#53858B

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

Shades of Half Baked #53858B

Tints of Half Baked #53858B

Color information

#53858B (or 0x53858B) is unknown color: approx Half Baked. HEX triplet: 53, 85 and 8B. RGB value is (83,133,139). Sum of RGB (Red+Green+Blue) = 83+133+139=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #53858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53858B is #AC7A74. Grayscale: #767676. Windows color (decimal): -11303541 or 9143635. OLE color: 9143635.

HSL color Cylindrical-coordinate representation of color #53858B: hue angle of 186.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53858B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83133139-
CMYK0.400.0400.45
HSL186.43º25.23%43.53%-
HSV(B)186.43º40.29%54.51%-
XYZ16.6220.4827.5-
YUV118.73139.44102.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=23.38%
G=37.46%
B=39.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831331390.400.0400.45186.4325.2343.53
Hex53858B28402Dba192c
Octal1232052135040552723154
Binary1010011100001011000101110100010001011011011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53858B; }

 p { color: rgb(83,133,139); }

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

<style>
 a { background-color: #53858B; }

 a { background-color: rgb(83,133,139); }

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

<style>
 span { border-color: #53858B; }

 span { border-color: rgb(83,133,139); }

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