#519993

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

Shades of Half Baked #519993

Tints of Half Baked #519993

Color information

#519993 (or 0x519993) is unknown color: approx Half Baked. HEX triplet: 51, 99 and 93. RGB value is (81,153,147). Sum of RGB (Red+Green+Blue) = 81+153+147=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #519993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519993 is #AE666C. Grayscale: #828282. Windows color (decimal): -11429485 or 9673041. OLE color: 9673041.

HSL color Cylindrical-coordinate representation of color #519993: hue angle of 175º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519993 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB81153147-
CMYK0.4700.040.4
HSL175º30.77%45.88%-
HSV(B)175º47.06%60%-
XYZ20.0526.6431.69-
YUV130.79137.1592.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=21.26%
G=40.16%
B=38.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531470.4700.040.417530.7745.88
Hex5199932F0428af1f2e
Octal1212312235704502573756
Binary1010001100110011001001110111101001010001010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519993; }

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

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

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

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

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

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

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

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