Html Css Color HEX #528E73 Cutty Sark

📋 copy color: '#528E73'

red 82 ◦ green 142 ◦ blue 115

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

Shades of Cutty Sark #528E73

Tints of Cutty Sark #528E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.89%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 24.19%
G = 41.89%
B = 33.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#528E73 (or 0x528E73) is known color: Cutty Sark. HEX triplet: 52, 8E and 73. RGB value is (82,142,115). Sum of RGB (Red+Green+Blue) = 82+142+115=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #528E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E73 is #AD718C. Grayscale: #797979. Windows color (decimal): -11366797 or 7573074. OLE color: 7573074.

HSL color Cylindrical-coordinate representation of color #528E73: hue angle of 153º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E73 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 115 -
CMYK 0.42 0 0.19 0.44
HSL 153º 0.27% 0.44% -
HSV(B) 153º 0.42% 0.56% -
XYZ 16.25 22.38 19.68 -
YUV 120.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 82 142 115 0.42 0 0.19 0.44 153 0.27 0.44
Hex 52 8E 73 2A 0 13 2C 99 1B 2C
Octal 122 216 163 52 0 23 54 231 33 54
Binary 1010010 10001110 1110011 101010 0 10011 101100 10011001 11011 101100

Color Harmonies of #528E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E73

Black with #528E73

Text Example


Text Example

White with #528E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528E73; }

 p { color: rgb(82,142,115); }

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

background-color css

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

 a { background-color: rgb(82,142,115); }

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

border-color css

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

 span { border-color: rgb(82,142,115); }

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