#528990

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

Shades of Half Baked #528990

Tints of Half Baked #528990

Color information

#528990 (or 0x528990) is unknown color: approx Half Baked. HEX triplet: 52, 89 and 90. RGB value is (82,137,144). Sum of RGB (Red+Green+Blue) = 82+137+144=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #528990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528990 is #AD766F. Grayscale: #797979. Windows color (decimal): -11368048 or 9472338. OLE color: 9472338.

HSL color Cylindrical-coordinate representation of color #528990: hue angle of 186.77º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528990 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82137144-
CMYK0.430.0500.44
HSL186.77º27.43%44.31%-
HSV(B)186.77º43.06%56.47%-
XYZ17.4621.729.65-
YUV121.35140.7899.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=22.59%
G=37.74%
B=39.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821371440.430.0500.44186.7727.4344.31
Hex5289902B502Cbb1b2c
Octal1222112205350542733354
Binary1010010100010011001000010101110101011001011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528990; }

 p { color: rgb(82,137,144); }

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

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

 a { background-color: rgb(82,137,144); }

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

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

 span { border-color: rgb(82,137,144); }

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