#53949D

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

Shades of Half Baked #53949D

Tints of Half Baked #53949D

Color information

#53949D (or 0x53949D) is unknown color: approx Half Baked. HEX triplet: 53, 94 and 9D. RGB value is (83,148,157). Sum of RGB (Red+Green+Blue) = 83+148+157=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #53949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53949D is #AC6B62. Grayscale: #818181. Windows color (decimal): -11299683 or 10327123. OLE color: 10327123.

HSL color Cylindrical-coordinate representation of color #53949D: hue angle of 187.3º 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 #53949D is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83148157-
CMYK0.470.0600.38
HSL187.3º30.83%47.06%-
HSV(B)187.3º47.13%61.57%-
XYZ20.2425.4535.74-
YUV129.59143.4794.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=21.39%
G=38.14%
B=40.46%

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
Decimal831481570.470.0600.38187.330.8347.06
Hex53949D2F6026bb1f2f
Octal1232242355760462733757
Binary1010011100101001001110110111111001001101011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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