#53908C

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

Shades of Half Baked #53908C

Tints of Half Baked #53908C

Color information

#53908C (or 0x53908C) is unknown color: approx Half Baked. HEX triplet: 53, 90 and 8C. RGB value is (83,144,140). Sum of RGB (Red+Green+Blue) = 83+144+140=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #53908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53908C is #AC6F73. Grayscale: #7D7D7D. Windows color (decimal): -11300724 or 9211987. OLE color: 9211987.

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

Color convert

RGB83144140-
CMYK0.4200.030.44
HSL176.07º26.87%44.51%-
HSV(B)176.07º42.36%56.47%-
XYZ18.2723.6828.42-
YUV125.3136.2997.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=22.62%
G=39.24%
B=38.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441400.4200.030.44176.0726.8744.51
Hex53908C2A032Cb01b2d
Octal1232202145203542603355
Binary101001110010000100011001010100111011001011000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53908C; }

 p { color: rgb(83,144,140); }

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

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

 a { background-color: rgb(83,144,140); }

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

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

 span { border-color: rgb(83,144,140); }

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