Html Css Color HEX #528977 Cutty Sark

📋 copy color: '#528977'

red 82 ◦ green 137 ◦ blue 119

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

Shades of Cutty Sark #528977

Tints of Cutty Sark #528977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 24.26%
G = 40.53%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#528977 (or 0x528977) is known color: Cutty Sark. HEX triplet: 52, 89 and 77. RGB value is (82,137,119). Sum of RGB (Red+Green+Blue) = 82+137+119=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #528977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528977 is #AD7688. Grayscale: #767676. Windows color (decimal): -11368073 or 7833938. OLE color: 7833938.

HSL color Cylindrical-coordinate representation of color #528977: hue angle of 160.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528977 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 119 -
CMYK 0.40 0 0.13 0.46
HSL 160.36º 0.25% 0.43% -
HSV(B) 160.36º 0.4% 0.54% -
XYZ 15.76 21.02 20.68 -
YUV 118.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 82 137 119 0.40 0 0.13 0.46 160.36 0.25 0.43
Hex 52 89 77 28 0 D 2E A0 19 2B
Octal 122 211 167 50 0 15 56 240 31 53
Binary 1010010 10001001 1110111 101000 0 1101 101110 10100000 11001 101011

Color Harmonies of #528977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528977

Black with #528977

Text Example


Text Example

White with #528977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528977; }

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

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

background-color css

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

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

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

border-color css

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

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

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