Html Css Color HEX #529173 Cutty Sark

📋 copy color: '#529173'

red 82 ◦ green 145 ◦ blue 115

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

Shades of Cutty Sark #529173

Tints of Cutty Sark #529173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 23.98%
G = 42.4%
B = 33.63%

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

#529173 (or 0x529173) is known color: Cutty Sark. HEX triplet: 52, 91 and 73. RGB value is (82,145,115). Sum of RGB (Red+Green+Blue) = 82+145+115=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #529173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529173 is #AD6E8C. Grayscale: #7A7A7A. Windows color (decimal): -11366029 or 7573842. OLE color: 7573842.

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

Color convert

RGB 82 145 115 -
CMYK 0.43 0 0.21 0.43
HSL 151.43º 0.28% 0.45% -
HSV(B) 151.43º 0.43% 0.57% -
XYZ 16.7 23.28 19.83 -
YUV 122.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 82 145 115 0.43 0 0.21 0.43 151.43 0.28 0.45
Hex 52 91 73 2B 0 15 2B 97 1C 2D
Octal 122 221 163 53 0 25 53 227 34 55
Binary 1010010 10010001 1110011 101011 0 10101 101011 10010111 11100 101101

Color Harmonies of #529173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529173

Black with #529173

Text Example


Text Example

White with #529173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529173; }

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

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

background-color css

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

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

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

border-color css

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

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

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