#528994

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

Shades of Half Baked #528994

Tints of Half Baked #528994

Color information

#528994 (or 0x528994) is unknown color: approx Half Baked. HEX triplet: 52, 89 and 94. RGB value is (82,137,148). Sum of RGB (Red+Green+Blue) = 82+137+148=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #528994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528994 is #AD766B. Grayscale: #797979. Windows color (decimal): -11368044 or 9734482. OLE color: 9734482.

HSL color Cylindrical-coordinate representation of color #528994: hue angle of 190º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528994 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82137148-
CMYK0.450.0700.42
HSL190º28.7%45.1%-
HSV(B)190º44.59%58.04%-
XYZ17.7721.8231.29-
YUV121.81142.7899.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=22.34%
G=37.33%
B=40.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821371480.450.0700.4219028.745.1
Hex5289942D702Abe1d2d
Octal1222112245570522763555
Binary1010010100010011001010010110111101010101011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528994; }

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

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

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

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

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

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

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

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