Html Css Color HEX #528E72 Cutty Sark

📋 copy color: '#528E72'

red 82 ◦ green 142 ◦ blue 114

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

Shades of Cutty Sark #528E72

Tints of Cutty Sark #528E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 24.26%
G = 42.01%
B = 33.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#528E72 (or 0x528E72) is known color: Cutty Sark. HEX triplet: 52, 8E and 72. RGB value is (82,142,114). Sum of RGB (Red+Green+Blue) = 82+142+114=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #528E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E72 is #AD718D. Grayscale: #787878. Windows color (decimal): -11366798 or 7507538. OLE color: 7507538.

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

Color convert

RGB 82 142 114 -
CMYK 0.42 0 0.20 0.44
HSL 152º 0.27% 0.44% -
HSV(B) 152º 0.42% 0.56% -
XYZ 16.19 22.35 19.38 -
YUV 120.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 82 142 114 0.42 0 0.20 0.44 152 0.27 0.44
Hex 52 8E 72 2A 0 14 2C 98 1B 2C
Octal 122 216 162 52 0 24 54 230 33 54
Binary 1010010 10001110 1110010 101010 0 10100 101100 10011000 11011 101100

Color Harmonies of #528E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E72

Black with #528E72

Text Example


Text Example

White with #528E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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