#53898F

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

Shades of Half Baked #53898F

Tints of Half Baked #53898F

Color information

#53898F (or 0x53898F) is unknown color: approx Half Baked. HEX triplet: 53, 89 and 8F. RGB value is (83,137,143). Sum of RGB (Red+Green+Blue) = 83+137+143=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #53898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53898F is #AC7670. Grayscale: #797979. Windows color (decimal): -11302513 or 9406803. OLE color: 9406803.

HSL color Cylindrical-coordinate representation of color #53898F: hue angle of 186º 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 #53898F is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83137143-
CMYK0.420.0400.44
HSL186º26.55%44.31%-
HSV(B)186º41.96%56.08%-
XYZ17.4721.7129.26-
YUV121.54140.11100.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=22.87%
G=37.74%
B=39.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831371430.420.0400.4418626.5544.31
Hex53898F2A402Cba1b2c
Octal1232112175240542723354
Binary1010011100010011000111110101010001011001011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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