#53969B

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

Shades of Half Baked #53969B

Tints of Half Baked #53969B

Color information

#53969B (or 0x53969B) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 9B. RGB value is (83,150,155). Sum of RGB (Red+Green+Blue) = 83+150+155=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #53969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53969B is #AC6964. Grayscale: #828282. Windows color (decimal): -11299173 or 10196563. OLE color: 10196563.

HSL color Cylindrical-coordinate representation of color #53969B: hue angle of 184.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53969B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83150155-
CMYK0.460.0300.39
HSL184.17º30.25%46.67%-
HSV(B)184.17º46.45%60.78%-
XYZ20.3926.0234.96-
YUV130.54141.894.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=21.39%
G=38.66%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831501550.460.0300.39184.1730.2546.67
Hex53969B2E3027b81e2f
Octal1232262335630472703657
Binary101001110010110100110111011101101001111011100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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