#53949E

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

Shades of Half Baked #53949E

Tints of Half Baked #53949E

Color information

#53949E (or 0x53949E) is unknown color: approx Half Baked. HEX triplet: 53, 94 and 9E. RGB value is (83,148,158). Sum of RGB (Red+Green+Blue) = 83+148+158=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #53949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53949E is #AC6B61. Grayscale: #818181. Windows color (decimal): -11299682 or 10392659. OLE color: 10392659.

HSL color Cylindrical-coordinate representation of color #53949E: hue angle of 188º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53949E is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83148158-
CMYK0.470.0600.38
HSL188º31.12%47.25%-
HSV(B)188º47.47%61.96%-
XYZ20.3325.4936.2-
YUV129.7143.9794.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=21.34%
G=38.05%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831481580.470.0600.3818831.1247.25
Hex53949E2F6026bc1f2f
Octal1232242365760462743757
Binary1010011100101001001111010111111001001101011110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53949E; }

 p { color: rgb(83,148,158); }

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

<style>
 a { background-color: #53949E; }

 a { background-color: rgb(83,148,158); }

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

<style>
 span { border-color: #53949E; }

 span { border-color: rgb(83,148,158); }

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