Html Css Color HEX #527C6E Cutty Sark

📋 copy color: '#527C6E'

red 82 ◦ green 124 ◦ blue 110

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

Shades of Cutty Sark #527C6E

Tints of Cutty Sark #527C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 25.95%
G = 39.24%
B = 34.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#527C6E (or 0x527C6E) is known color: Cutty Sark. HEX triplet: 52, 7C and 6E. RGB value is (82,124,110). Sum of RGB (Red+Green+Blue) = 82+124+110=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #527C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C6E is #AD8391. Grayscale: #6D6D6D. Windows color (decimal): -11371410 or 7240786. OLE color: 7240786.

HSL color Cylindrical-coordinate representation of color #527C6E: hue angle of 160º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527C6E is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 110 -
CMYK 0.34 0 0.11 0.51
HSL 160º 0.2% 0.4% -
HSV(B) 160º 0.34% 0.49% -
XYZ 13.5 17.33 17.39 -
YUV 109.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 82 124 110 0.34 0 0.11 0.51 160 0.2 0.4
Hex 52 7C 6E 22 0 B 33 A0 14 28
Octal 122 174 156 42 0 13 63 240 24 50
Binary 1010010 1111100 1101110 100010 0 1011 110011 10100000 10100 101000

Color Harmonies of #527C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C6E

Black with #527C6E

Text Example


Text Example

White with #527C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,110); }

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

background-color css

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

 a { background-color: rgb(82,124,110); }

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

border-color css

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

 span { border-color: rgb(82,124,110); }

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