Html Css Color HEX #529477 Cutty Sark

📋 copy color: '#529477'

red 82 ◦ green 148 ◦ blue 119

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

Shades of Cutty Sark #529477

Tints of Cutty Sark #529477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 23.5%
G = 42.41%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#529477 (or 0x529477) is known color: Cutty Sark. HEX triplet: 52, 94 and 77. RGB value is (82,148,119). Sum of RGB (Red+Green+Blue) = 82+148+119=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #529477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529477 is #AD6B88. Grayscale: #7D7D7D. Windows color (decimal): -11365257 or 7836754. OLE color: 7836754.

HSL color Cylindrical-coordinate representation of color #529477: hue angle of 153.64º 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 #529477 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 119 -
CMYK 0.45 0 0.20 0.42
HSL 153.64º 0.29% 0.45% -
HSV(B) 153.64º 0.45% 0.58% -
XYZ 17.4 24.31 21.23 -
YUV 124.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 82 148 119 0.45 0 0.20 0.42 153.64 0.29 0.45
Hex 52 94 77 2D 0 14 2A 9A 1D 2D
Octal 122 224 167 55 0 24 52 232 35 55
Binary 1010010 10010100 1110111 101101 0 10100 101010 10011010 11101 101101

Color Harmonies of #529477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529477

Black with #529477

Text Example


Text Example

White with #529477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529477; }

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

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

background-color css

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

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

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

border-color css

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

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

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