Html Css Color HEX #529475 Cutty Sark

📋 copy color: '#529475'

red 82 ◦ green 148 ◦ blue 117

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

Shades of Cutty Sark #529475

Tints of Cutty Sark #529475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 23.63%
G = 42.65%
B = 33.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#529475 (or 0x529475) is known color: Cutty Sark. HEX triplet: 52, 94 and 75. RGB value is (82,148,117). Sum of RGB (Red+Green+Blue) = 82+148+117=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #529475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529475 is #AD6B8A. Grayscale: #7C7C7C. Windows color (decimal): -11365259 or 7705682. OLE color: 7705682.

HSL color Cylindrical-coordinate representation of color #529475: hue angle of 151.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529475 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 117 -
CMYK 0.45 0 0.21 0.42
HSL 151.82º 0.29% 0.45% -
HSV(B) 151.82º 0.45% 0.58% -
XYZ 17.28 24.26 20.6 -
YUV 124.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 82 148 117 0.45 0 0.21 0.42 151.82 0.29 0.45
Hex 52 94 75 2D 0 15 2A 98 1D 2D
Octal 122 224 165 55 0 25 52 230 35 55
Binary 1010010 10010100 1110101 101101 0 10101 101010 10011000 11101 101101

Color Harmonies of #529475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529475

Black with #529475

Text Example


Text Example

White with #529475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529475; }

 p { color: rgb(82,148,117); }

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

background-color css

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

 a { background-color: rgb(82,148,117); }

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

border-color css

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

 span { border-color: rgb(82,148,117); }

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