#53919C

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

Shades of Half Baked #53919C

Tints of Half Baked #53919C

Color information

#53919C (or 0x53919C) is unknown color: approx Half Baked. HEX triplet: 53, 91 and 9C. RGB value is (83,145,156). Sum of RGB (Red+Green+Blue) = 83+145+156=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #53919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53919C is #AC6E63. Grayscale: #7F7F7F. Windows color (decimal): -11300452 or 10260819. OLE color: 10260819.

HSL color Cylindrical-coordinate representation of color #53919C: hue angle of 189.04º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53919C is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83145156-
CMYK0.470.0700.39
HSL189.04º30.54%46.86%-
HSV(B)189.04º46.79%61.18%-
XYZ19.6924.4935.14-
YUV127.72143.9696.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=21.61%
G=37.76%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831451560.470.0700.39189.0430.5446.86
Hex53919C2F7027bd1f2f
Octal1232212345770472753757
Binary1010011100100011001110010111111101001111011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53919C; }

 p { color: rgb(83,145,156); }

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

<style>
 a { background-color: #53919C; }

 a { background-color: rgb(83,145,156); }

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

<style>
 span { border-color: #53919C; }

 span { border-color: rgb(83,145,156); }

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