Html Css Color HEX #529076 Cutty Sark

📋 copy color: '#529076'

red 82 ◦ green 144 ◦ blue 118

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

Shades of Cutty Sark #529076

Tints of Cutty Sark #529076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 23.84%
G = 41.86%
B = 34.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#529076 (or 0x529076) is known color: Cutty Sark. HEX triplet: 52, 90 and 76. RGB value is (82,144,118). Sum of RGB (Red+Green+Blue) = 82+144+118=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #529076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529076 is #AD6F89. Grayscale: #7A7A7A. Windows color (decimal): -11366282 or 7770194. OLE color: 7770194.

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

Color convert

RGB 82 144 118 -
CMYK 0.43 0 0.18 0.44
HSL 154.84º 0.27% 0.44% -
HSV(B) 154.84º 0.43% 0.56% -
XYZ 16.72 23.05 20.71 -
YUV 122.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 82 144 118 0.43 0 0.18 0.44 154.84 0.27 0.44
Hex 52 90 76 2B 0 12 2C 9B 1B 2C
Octal 122 220 166 53 0 22 54 233 33 54
Binary 1010010 10010000 1110110 101011 0 10010 101100 10011011 11011 101100

Color Harmonies of #529076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529076

Black with #529076

Text Example


Text Example

White with #529076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529076; }

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

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

background-color css

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

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

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

border-color css

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

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

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