Html Css Color HEX #527E68 Cutty Sark

📋 copy color: '#527E68'

red 82 ◦ green 126 ◦ blue 104

#527E68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #527E68

Tints of Cutty Sark #527E68

RGB

 RED value IS 82 (32.42% from 255) = 26.28%

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 26.28%
G = 40.38%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#527E68 (or 0x527E68) is known color: Cutty Sark. HEX triplet: 52, 7E and 68. RGB value is (82,126,104). Sum of RGB (Red+Green+Blue) = 82+126+104=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #527E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E68 is #AD8197. Grayscale: #6E6E6E. Windows color (decimal): -11370904 or 6848082. OLE color: 6848082.

HSL color Cylindrical-coordinate representation of color #527E68: hue angle of 150º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E68 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 104 -
CMYK 0.35 0 0.17 0.51
HSL 150º 0.21% 0.41% -
HSV(B) 150º 0.35% 0.49% -
XYZ 13.44 17.72 15.81 -
YUV 110.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 82 126 104 0.35 0 0.17 0.51 150 0.21 0.41
Hex 52 7E 68 23 0 11 33 96 15 29
Octal 122 176 150 43 0 21 63 226 25 51
Binary 1010010 1111110 1101000 100011 0 10001 110011 10010110 10101 101001

Color Harmonies of #527E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E68

Black with #527E68

Text Example


Text Example

White with #527E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527E68; }

 p { color: rgb(82,126,104); }

 H1.HeaderClassName
 {
   color: #527E68;
 }
 .AnyTagClassName
 {
   color: #527E68;
 }
</style>

background-color css

<style>
 a { background-color: #527E68; }

 a { background-color: rgb(82,126,104); }

 div.DivClassName
 {
   background-color: #527E68;
 }
 .BgClassName
 {
   background-color: #527E68;
 }
</style>

border-color css

<style>
 span { border-color: #527E68; }

 span { border-color: rgb(82,126,104); }

 td.TdClassName
 {
   border-color: #527E68;
 }
 .TagClassName
 {
   border-color: #527E68;
 }
</style>