#528B92

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

Shades of Half Baked #528B92

Tints of Half Baked #528B92

Color information

#528B92 (or 0x528B92) is unknown color: approx Half Baked. HEX triplet: 52, 8B and 92. RGB value is (82,139,146). Sum of RGB (Red+Green+Blue) = 82+139+146=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #528B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B92 is #AD746D. Grayscale: #7A7A7A. Windows color (decimal): -11367534 or 9603922. OLE color: 9603922.

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

Color convert

RGB82139146-
CMYK0.440.0500.43
HSL186.56º28.07%44.71%-
HSV(B)186.56º43.84%57.25%-
XYZ17.922.3330.56-
YUV122.76141.1298.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=22.34%
G=37.87%
B=39.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821391460.440.0500.43186.5628.0744.71
Hex528B922C502Bbb1c2d
Octal1222132225450532733455
Binary1010010100010111001001010110010101010111011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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