Html Css Color HEX #529170 Cutty Sark

📋 copy color: '#529170'

red 82 ◦ green 145 ◦ blue 112

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

Shades of Cutty Sark #529170

Tints of Cutty Sark #529170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 24.19%
G = 42.77%
B = 33.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#529170 (or 0x529170) is known color: Cutty Sark. HEX triplet: 52, 91 and 70. RGB value is (82,145,112). Sum of RGB (Red+Green+Blue) = 82+145+112=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #529170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529170 is #AD6E8F. Grayscale: #7A7A7A. Windows color (decimal): -11366032 or 7377234. OLE color: 7377234.

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

Color convert

RGB 82 145 112 -
CMYK 0.43 0 0.23 0.43
HSL 148.57º 0.28% 0.45% -
HSV(B) 148.57º 0.43% 0.57% -
XYZ 16.53 23.21 18.94 -
YUV 122.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 82 145 112 0.43 0 0.23 0.43 148.57 0.28 0.45
Hex 52 91 70 2B 0 17 2B 95 1C 2D
Octal 122 221 160 53 0 27 53 225 34 55
Binary 1010010 10010001 1110000 101011 0 10111 101011 10010101 11100 101101

Color Harmonies of #529170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529170

Black with #529170

Text Example


Text Example

White with #529170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529170; }

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

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

background-color css

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

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

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

border-color css

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

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

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