#519293

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

Shades of Half Baked #519293

Tints of Half Baked #519293

Color information

#519293 (or 0x519293) is unknown color: approx Half Baked. HEX triplet: 51, 92 and 93. RGB value is (81,146,147). Sum of RGB (Red+Green+Blue) = 81+146+147=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #519293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519293 is #AE6D6C. Grayscale: #7E7E7E. Windows color (decimal): -11431277 or 9671249. OLE color: 9671249.

HSL color Cylindrical-coordinate representation of color #519293: hue angle of 180.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519293 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81146147-
CMYK0.450.0100.42
HSL180.91º28.95%44.71%-
HSV(B)180.91º44.9%57.65%-
XYZ18.9424.4131.32-
YUV126.68139.4795.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=21.66%
G=39.04%
B=39.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811461470.450.0100.42180.9128.9544.71
Hex5192932D102Ab51d2d
Octal1212222235510522653555
Binary10100011001001010010011101101101010101011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519293; }

 p { color: rgb(81,146,147); }

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

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

 a { background-color: rgb(81,146,147); }

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

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

 span { border-color: rgb(81,146,147); }

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