#528D91

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

Shades of Half Baked #528D91

Tints of Half Baked #528D91

Color information

#528D91 (or 0x528D91) is unknown color: approx Half Baked. HEX triplet: 52, 8D and 91. RGB value is (82,141,145). Sum of RGB (Red+Green+Blue) = 82+141+145=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #528D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D91 is #AD726E. Grayscale: #7B7B7B. Windows color (decimal): -11367023 or 9538898. OLE color: 9538898.

HSL color Cylindrical-coordinate representation of color #528D91: hue angle of 183.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528D91 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82141145-
CMYK0.430.0300.43
HSL183.81º27.75%44.51%-
HSV(B)183.81º43.45%56.86%-
XYZ18.1222.8930.25-
YUV123.82139.9598.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=22.28%
G=38.32%
B=39.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821411450.430.0300.43183.8127.7544.51
Hex528D912B302Bb81c2d
Octal1222152215330532703455
Binary101001010001101100100011010111101010111011100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,145); }

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

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

 a { background-color: rgb(82,141,145); }

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

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

 span { border-color: rgb(82,141,145); }

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