Html Css Color HEX #529179 Cutty Sark

📋 copy color: '#529179'

red 82 ◦ green 145 ◦ blue 121

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

Shades of Cutty Sark #529179

Tints of Cutty Sark #529179

RGB

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

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

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

R = 23.56%
G = 41.67%
B = 34.77%

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

#529179 (or 0x529179) is known color: Cutty Sark. HEX triplet: 52, 91 and 79. RGB value is (82,145,121). Sum of RGB (Red+Green+Blue) = 82+145+121=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #529179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529179 is #AD6E86. Grayscale: #7B7B7B. Windows color (decimal): -11366023 or 7967058. OLE color: 7967058.

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

Color convert

RGB 82 145 121 -
CMYK 0.43 0 0.17 0.43
HSL 157.14º 0.28% 0.45% -
HSV(B) 157.14º 0.43% 0.57% -
XYZ 17.06 23.43 21.71 -
YUV 123.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 82 145 121 0.43 0 0.17 0.43 157.14 0.28 0.45
Hex 52 91 79 2B 0 11 2B 9D 1C 2D
Octal 122 221 171 53 0 21 53 235 34 55
Binary 1010010 10010001 1111001 101011 0 10001 101011 10011101 11100 101101

Color Harmonies of #529179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529179

Black with #529179

Text Example


Text Example

White with #529179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529179; }

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

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

background-color css

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

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

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

border-color css

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

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

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