#528E92

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

Shades of Half Baked #528E92

Tints of Half Baked #528E92

Color information

#528E92 (or 0x528E92) is unknown color: approx Half Baked. HEX triplet: 52, 8E and 92. RGB value is (82,142,146). Sum of RGB (Red+Green+Blue) = 82+142+146=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #528E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E92 is #AD716D. Grayscale: #7C7C7C. Windows color (decimal): -11366766 or 9604690. OLE color: 9604690.

HSL color Cylindrical-coordinate representation of color #528E92: hue angle of 183.75º 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 #528E92 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82142146-
CMYK0.440.0300.43
HSL183.75º28.07%44.71%-
HSV(B)183.75º43.84%57.25%-
XYZ18.3423.2230.71-
YUV124.52140.1297.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=22.16%
G=38.38%
B=39.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821421460.440.0300.43183.7528.0744.71
Hex528E922C302Bb81c2d
Octal1222162225430532703455
Binary101001010001110100100101011001101010111011100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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