#528E97

Color #528E97 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #528E97

Tints of Half Baked #528E97

Color information

#528E97 (or 0x528E97) is unknown color: approx Half Baked. HEX triplet: 52, 8E and 97. RGB value is (82,142,151). Sum of RGB (Red+Green+Blue) = 82+142+151=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #528E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E97 is #AD7168. Grayscale: #7C7C7C. Windows color (decimal): -11366761 or 9932370. OLE color: 9932370.

HSL color Cylindrical-coordinate representation of color #528E97: hue angle of 187.83º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528E97 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82142151-
CMYK0.460.0600.41
HSL187.83º29.61%45.69%-
HSV(B)187.83º45.7%59.22%-
XYZ18.7423.3732.8-
YUV125.09142.6297.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=21.87%
G=37.87%
B=40.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821421510.460.0600.41187.8329.6145.69
Hex528E972E6029bc1e2e
Octal1222162275660512743656
Binary1010010100011101001011110111011001010011011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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