Html Css Color HEX #529178 Cutty Sark

📋 copy color: '#529178'

red 82 ◦ green 145 ◦ blue 120

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

Shades of Cutty Sark #529178

Tints of Cutty Sark #529178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 23.63%
G = 41.79%
B = 34.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#529178 (or 0x529178) is known color: Cutty Sark. HEX triplet: 52, 91 and 78. RGB value is (82,145,120). Sum of RGB (Red+Green+Blue) = 82+145+120=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #529178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529178 is #AD6E87. Grayscale: #7B7B7B. Windows color (decimal): -11366024 or 7901522. OLE color: 7901522.

HSL color Cylindrical-coordinate representation of color #529178: hue angle of 156.19º 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 #529178 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 120 -
CMYK 0.43 0 0.17 0.43
HSL 156.19º 0.28% 0.45% -
HSV(B) 156.19º 0.43% 0.57% -
XYZ 17 23.4 21.39 -
YUV 123.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 82 145 120 0.43 0 0.17 0.43 156.19 0.28 0.45
Hex 52 91 78 2B 0 11 2B 9C 1C 2D
Octal 122 221 170 53 0 21 53 234 34 55
Binary 1010010 10010001 1111000 101011 0 10001 101011 10011100 11100 101101

Color Harmonies of #529178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529178

Black with #529178

Text Example


Text Example

White with #529178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529178; }

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

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

background-color css

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

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

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

border-color css

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

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

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