#53969E

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

Shades of Half Baked #53969E

Tints of Half Baked #53969E

Color information

#53969E (or 0x53969E) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 9E. RGB value is (83,150,158). Sum of RGB (Red+Green+Blue) = 83+150+158=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #53969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53969E is #AC6961. Grayscale: #828282. Windows color (decimal): -11299170 or 10393171. OLE color: 10393171.

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

Color convert

RGB83150158-
CMYK0.470.0500.38
HSL186.4º31.12%47.25%-
HSV(B)186.4º47.47%61.96%-
XYZ20.6526.1236.3-
YUV130.88143.393.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=21.23%
G=38.36%
B=40.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831501580.470.0500.38186.431.1247.25
Hex53969E2F5026ba1f2f
Octal1232262365750462723757
Binary1010011100101101001111010111110101001101011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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