Html Css Color HEX #528E76 Cutty Sark

📋 copy color: '#528E76'

red 82 ◦ green 142 ◦ blue 118

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

Shades of Cutty Sark #528E76

Tints of Cutty Sark #528E76

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 23.98%
G = 41.52%
B = 34.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#528E76 (or 0x528E76) is known color: Cutty Sark. HEX triplet: 52, 8E and 76. RGB value is (82,142,118). Sum of RGB (Red+Green+Blue) = 82+142+118=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #528E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E76 is #AD7189. Grayscale: #797979. Windows color (decimal): -11366794 or 7769682. OLE color: 7769682.

HSL color Cylindrical-coordinate representation of color #528E76: hue angle of 156º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E76 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 118 -
CMYK 0.42 0 0.17 0.44
HSL 156º 0.27% 0.44% -
HSV(B) 156º 0.42% 0.56% -
XYZ 16.42 22.45 20.61 -
YUV 121.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 82 142 118 0.42 0 0.17 0.44 156 0.27 0.44
Hex 52 8E 76 2A 0 11 2C 9C 1B 2C
Octal 122 216 166 52 0 21 54 234 33 54
Binary 1010010 10001110 1110110 101010 0 10001 101100 10011100 11011 101100

Color Harmonies of #528E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E76

Black with #528E76

Text Example


Text Example

White with #528E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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