Html Css Color HEX #529176 Cutty Sark

📋 copy color: '#529176'

red 82 ◦ green 145 ◦ blue 118

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

Shades of Cutty Sark #529176

Tints of Cutty Sark #529176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

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

R = 23.77%
G = 42.03%
B = 34.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#529176 (or 0x529176) is known color: Cutty Sark. HEX triplet: 52, 91 and 76. RGB value is (82,145,118). Sum of RGB (Red+Green+Blue) = 82+145+118=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #529176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529176 is #AD6E89. Grayscale: #7B7B7B. Windows color (decimal): -11366026 or 7770450. OLE color: 7770450.

HSL color Cylindrical-coordinate representation of color #529176: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529176 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 118 -
CMYK 0.43 0 0.19 0.43
HSL 154.29º 0.28% 0.45% -
HSV(B) 154.29º 0.43% 0.57% -
XYZ 16.88 23.35 20.76 -
YUV 123.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 82 145 118 0.43 0 0.19 0.43 154.29 0.28 0.45
Hex 52 91 76 2B 0 13 2B 9A 1C 2D
Octal 122 221 166 53 0 23 53 232 34 55
Binary 1010010 10010001 1110110 101011 0 10011 101011 10011010 11100 101101

Color Harmonies of #529176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529176

Black with #529176

Text Example


Text Example

White with #529176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529176; }

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

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

background-color css

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

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

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

border-color css

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

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

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