Html Css Color HEX #529174 Cutty Sark

📋 copy color: '#529174'

red 82 ◦ green 145 ◦ blue 116

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

Shades of Cutty Sark #529174

Tints of Cutty Sark #529174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 23.91%
G = 42.27%
B = 33.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#529174 (or 0x529174) is known color: Cutty Sark. HEX triplet: 52, 91 and 74. RGB value is (82,145,116). Sum of RGB (Red+Green+Blue) = 82+145+116=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #529174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529174 is #AD6E8B. Grayscale: #7A7A7A. Windows color (decimal): -11366028 or 7639378. OLE color: 7639378.

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

Color convert

RGB 82 145 116 -
CMYK 0.43 0 0.2 0.43
HSL 152.38º 0.28% 0.45% -
HSV(B) 152.38º 0.43% 0.57% -
XYZ 16.76 23.31 20.14 -
YUV 122.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 82 145 116 0.43 0 0.2 0.43 152.38 0.28 0.45
Hex 52 91 74 2B 0 14 2B 98 1C 2D
Octal 122 221 164 53 0 24 53 230 34 55
Binary 1010010 10010001 1110100 101011 0 10100 101011 10011000 11100 101101

Color Harmonies of #529174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529174

Black with #529174

Text Example


Text Example

White with #529174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529174; }

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

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

background-color css

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

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

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

border-color css

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

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

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