Html Css Color HEX #528777 Cutty Sark

📋 copy color: '#528777'

red 82 ◦ green 135 ◦ blue 119

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

Shades of Cutty Sark #528777

Tints of Cutty Sark #528777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 24.4%
G = 40.18%
B = 35.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#528777 (or 0x528777) is known color: Cutty Sark. HEX triplet: 52, 87 and 77. RGB value is (82,135,119). Sum of RGB (Red+Green+Blue) = 82+135+119=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #528777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528777 is #AD7888. Grayscale: #757575. Windows color (decimal): -11368585 or 7833426. OLE color: 7833426.

HSL color Cylindrical-coordinate representation of color #528777: hue angle of 161.89º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528777 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 119 -
CMYK 0.39 0 0.12 0.47
HSL 161.89º 0.24% 0.43% -
HSV(B) 161.89º 0.39% 0.53% -
XYZ 15.47 20.45 20.59 -
YUV 117.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 82 135 119 0.39 0 0.12 0.47 161.89 0.24 0.43
Hex 52 87 77 27 0 C 2F A2 18 2B
Octal 122 207 167 47 0 14 57 242 30 53
Binary 1010010 10000111 1110111 100111 0 1100 101111 10100010 11000 101011

Color Harmonies of #528777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528777

Black with #528777

Text Example


Text Example

White with #528777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528777; }

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

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

background-color css

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

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

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

border-color css

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

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

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