Html Css Color HEX #528E71 Cutty Sark

📋 copy color: '#528E71'

red 82 ◦ green 142 ◦ blue 113

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

Shades of Cutty Sark #528E71

Tints of Cutty Sark #528E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 24.33%
G = 42.14%
B = 33.53%

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

#528E71 (or 0x528E71) is known color: Cutty Sark. HEX triplet: 52, 8E and 71. RGB value is (82,142,113). Sum of RGB (Red+Green+Blue) = 82+142+113=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #528E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E71 is #AD718E. Grayscale: #787878. Windows color (decimal): -11366799 or 7442002. OLE color: 7442002.

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

Color convert

RGB 82 142 113 -
CMYK 0.42 0 0.20 0.44
HSL 151º 0.27% 0.44% -
HSV(B) 151º 0.42% 0.56% -
XYZ 16.13 22.33 19.08 -
YUV 120.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 82 142 113 0.42 0 0.20 0.44 151 0.27 0.44
Hex 52 8E 71 2A 0 14 2C 97 1B 2C
Octal 122 216 161 52 0 24 54 227 33 54
Binary 1010010 10001110 1110001 101010 0 10100 101100 10010111 11011 101100

Color Harmonies of #528E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E71

Black with #528E71

Text Example


Text Example

White with #528E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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