#53888F

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

Shades of Half Baked #53888F

Tints of Half Baked #53888F

Color information

#53888F (or 0x53888F) is unknown color: approx Half Baked. HEX triplet: 53, 88 and 8F. RGB value is (83,136,143). Sum of RGB (Red+Green+Blue) = 83+136+143=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #53888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53888F is #AC7770. Grayscale: #787878. Windows color (decimal): -11302769 or 9406547. OLE color: 9406547.

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

Color convert

RGB83136143-
CMYK0.420.0500.44
HSL187º26.55%44.31%-
HSV(B)187º41.96%56.08%-
XYZ17.3321.4329.21-
YUV120.95140.44100.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=22.93%
G=37.57%
B=39.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831361430.420.0500.4418726.5544.31
Hex53888F2A502Cbb1b2c
Octal1232102175250542733354
Binary1010011100010001000111110101010101011001011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53888F; }

 p { color: rgb(83,136,143); }

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

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

 a { background-color: rgb(83,136,143); }

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

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

 span { border-color: rgb(83,136,143); }

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