#519091

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

Shades of Half Baked #519091

Tints of Half Baked #519091

Color information

#519091 (or 0x519091) is unknown color: approx Half Baked. HEX triplet: 51, 90 and 91. RGB value is (81,144,145). Sum of RGB (Red+Green+Blue) = 81+144+145=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #519091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519091 is #AE6F6E. Grayscale: #7D7D7D. Windows color (decimal): -11431791 or 9539665. OLE color: 9539665.

HSL color Cylindrical-coordinate representation of color #519091: hue angle of 180.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519091 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81144145-
CMYK0.440.0100.43
HSL180.94º28.32%44.31%-
HSV(B)180.94º44.14%56.86%-
XYZ18.4823.7430.4-
YUV125.28139.1396.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=21.89%
G=38.92%
B=39.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811441450.440.0100.43180.9428.3244.31
Hex5190912C102Bb51c2c
Octal1212202215410532653454
Binary10100011001000010010001101100101010111011010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519091; }

 p { color: rgb(81,144,145); }

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

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

 a { background-color: rgb(81,144,145); }

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

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

 span { border-color: rgb(81,144,145); }

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