Html Css Color HEX #529172 Cutty Sark

📋 copy color: '#529172'

red 82 ◦ green 145 ◦ blue 114

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

Shades of Cutty Sark #529172

Tints of Cutty Sark #529172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 24.05%
G = 42.52%
B = 33.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#529172 (or 0x529172) is known color: Cutty Sark. HEX triplet: 52, 91 and 72. RGB value is (82,145,114). Sum of RGB (Red+Green+Blue) = 82+145+114=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #529172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529172 is #AD6E8D. Grayscale: #7A7A7A. Windows color (decimal): -11366030 or 7508306. OLE color: 7508306.

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

Color convert

RGB 82 145 114 -
CMYK 0.43 0 0.21 0.43
HSL 150.48º 0.28% 0.45% -
HSV(B) 150.48º 0.43% 0.57% -
XYZ 16.64 23.26 19.53 -
YUV 122.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 82 145 114 0.43 0 0.21 0.43 150.48 0.28 0.45
Hex 52 91 72 2B 0 15 2B 96 1C 2D
Octal 122 221 162 53 0 25 53 226 34 55
Binary 1010010 10010001 1110010 101011 0 10101 101011 10010110 11100 101101

Color Harmonies of #529172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529172

Black with #529172

Text Example


Text Example

White with #529172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529172; }

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

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

background-color css

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

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

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

border-color css

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

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

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