#528B95

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

Shades of Half Baked #528B95

Tints of Half Baked #528B95

Color information

#528B95 (or 0x528B95) is unknown color: approx Half Baked. HEX triplet: 52, 8B and 95. RGB value is (82,139,149). Sum of RGB (Red+Green+Blue) = 82+139+149=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #528B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B95 is #AD746A. Grayscale: #7A7A7A. Windows color (decimal): -11367531 or 9800530. OLE color: 9800530.

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

Color convert

RGB82139149-
CMYK0.450.0700.42
HSL188.96º29%45.29%-
HSV(B)188.96º44.97%58.43%-
XYZ18.1422.4331.81-
YUV123.1142.6298.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=22.16%
G=37.57%
B=40.27%

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
Decimal821391490.450.0700.42188.962945.29
Hex528B952D702Abd1d2d
Octal1222132255570522753555
Binary1010010100010111001010110110111101010101011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,149); }

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

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

 a { background-color: rgb(82,139,149); }

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

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

 span { border-color: rgb(82,139,149); }

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