Html Css Color HEX #529079 Cutty Sark

📋 copy color: '#529079'

red 82 ◦ green 144 ◦ blue 121

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

Shades of Cutty Sark #529079

Tints of Cutty Sark #529079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 23.63%
G = 41.5%
B = 34.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#529079 (or 0x529079) is known color: Cutty Sark. HEX triplet: 52, 90 and 79. RGB value is (82,144,121). Sum of RGB (Red+Green+Blue) = 82+144+121=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #529079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529079 is #AD6F86. Grayscale: #7A7A7A. Windows color (decimal): -11366279 or 7966802. OLE color: 7966802.

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

Color convert

RGB 82 144 121 -
CMYK 0.43 0 0.16 0.44
HSL 157.74º 0.27% 0.44% -
HSV(B) 157.74º 0.43% 0.56% -
XYZ 16.9 23.12 21.66 -
YUV 122.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 82 144 121 0.43 0 0.16 0.44 157.74 0.27 0.44
Hex 52 90 79 2B 0 10 2C 9E 1B 2C
Octal 122 220 171 53 0 20 54 236 33 54
Binary 1010010 10010000 1111001 101011 0 10000 101100 10011110 11011 101100

Color Harmonies of #529079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529079

Black with #529079

Text Example


Text Example

White with #529079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529079; }

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

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

background-color css

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

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

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

border-color css

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

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

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