Html Css Color HEX #528876 Cutty Sark

📋 copy color: '#528876'

red 82 ◦ green 136 ◦ blue 118

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

Shades of Cutty Sark #528876

Tints of Cutty Sark #528876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 24.4%
G = 40.48%
B = 35.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#528876 (or 0x528876) is known color: Cutty Sark. HEX triplet: 52, 88 and 76. RGB value is (82,136,118). Sum of RGB (Red+Green+Blue) = 82+136+118=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #528876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528876 is #AD7789. Grayscale: #757575. Windows color (decimal): -11368330 or 7768146. OLE color: 7768146.

HSL color Cylindrical-coordinate representation of color #528876: hue angle of 160º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528876 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 118 -
CMYK 0.40 0 0.13 0.47
HSL 160º 0.25% 0.43% -
HSV(B) 160º 0.4% 0.53% -
XYZ 15.55 20.71 20.32 -
YUV 117.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 82 136 118 0.40 0 0.13 0.47 160 0.25 0.43
Hex 52 88 76 28 0 D 2F A0 19 2B
Octal 122 210 166 50 0 15 57 240 31 53
Binary 1010010 10001000 1110110 101000 0 1101 101111 10100000 11001 101011

Color Harmonies of #528876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528876

Black with #528876

Text Example


Text Example

White with #528876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528876; }

 p { color: rgb(82,136,118); }

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

background-color css

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

 a { background-color: rgb(82,136,118); }

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

border-color css

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

 span { border-color: rgb(82,136,118); }

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