#528E6A

Color #528E6A Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #528E6A

Tints of Cutty Sark #528E6A

Color information

#528E6A (or 0x528E6A) is unknown color: approx Cutty Sark. HEX triplet: 52, 8E and 6A. RGB value is (82,142,106). Sum of RGB (Red+Green+Blue) = 82+142+106=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #528E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E6A is #AD7195. Grayscale: #787878. Windows color (decimal): -11366806 or 6983250. OLE color: 6983250.

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

Color convert

RGB82142106-
CMYK0.4200.250.44
HSL144º26.79%43.92%-
HSV(B)144º42.25%55.69%-
XYZ15.7522.1817.09-
YUV119.96120.12100.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=24.85%
G=43.03%
B=32.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421060.4200.250.4414426.7943.92
Hex528E6A2A0192C901b2c
Octal12221615252031542203354
Binary10100101000111011010101010100110011011001001000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528E6A;
 }
 .AnyTagClassName
 {
   color: #528E6A;
 }
</style>
background-color css

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

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

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

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

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

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