Html Css Color HEX #527567 Cutty Sark

📋 copy color: '#527567'

red 82 ◦ green 117 ◦ blue 103

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

Shades of Cutty Sark #527567

Tints of Cutty Sark #527567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 27.15%
G = 38.74%
B = 34.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#527567 (or 0x527567) is known color: Cutty Sark. HEX triplet: 52, 75 and 67. RGB value is (82,117,103). Sum of RGB (Red+Green+Blue) = 82+117+103=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #527567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527567 is #AD8A98. Grayscale: #686868. Windows color (decimal): -11373209 or 6780242. OLE color: 6780242.

HSL color Cylindrical-coordinate representation of color #527567: hue angle of 156º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527567 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 103 -
CMYK 0.30 0 0.12 0.54
HSL 156º 0.18% 0.39% -
HSV(B) 156º 0.3% 0.46% -
XYZ 12.29 15.5 15.18 -
YUV 104.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 82 117 103 0.30 0 0.12 0.54 156 0.18 0.39
Hex 52 75 67 1E 0 C 36 9C 12 27
Octal 122 165 147 36 0 14 66 234 22 47
Binary 1010010 1110101 1100111 11110 0 1100 110110 10011100 10010 100111

Color Harmonies of #527567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527567

Black with #527567

Text Example


Text Example

White with #527567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527567; }

 p { color: rgb(82,117,103); }

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

background-color css

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

 a { background-color: rgb(82,117,103); }

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

border-color css

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

 span { border-color: rgb(82,117,103); }

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