#53959E

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

Shades of Half Baked #53959E

Tints of Half Baked #53959E

Color information

#53959E (or 0x53959E) is unknown color: approx Half Baked. HEX triplet: 53, 95 and 9E. RGB value is (83,149,158). Sum of RGB (Red+Green+Blue) = 83+149+158=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #53959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53959E is #AC6A61. Grayscale: #828282. Windows color (decimal): -11299426 or 10392915. OLE color: 10392915.

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

Color convert

RGB83149158-
CMYK0.470.0600.38
HSL187.2º31.12%47.25%-
HSV(B)187.2º47.47%61.96%-
XYZ20.4925.836.25-
YUV130.29143.6394.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=21.28%
G=38.21%
B=40.51%

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
Decimal831491580.470.0600.38187.231.1247.25
Hex53959E2F6026bb1f2f
Octal1232252365760462733757
Binary1010011100101011001111010111111001001101011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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