#509391

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

Shades of Half Baked #509391

Tints of Half Baked #509391

Color information

#509391 (or 0x509391) is unknown color: approx Half Baked. HEX triplet: 50, 93 and 91. RGB value is (80,147,145). Sum of RGB (Red+Green+Blue) = 80+147+145=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #509391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509391 is #AF6C6E. Grayscale: #7E7E7E. Windows color (decimal): -11496559 or 9540432. OLE color: 9540432.

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

Color convert

RGB80147145-
CMYK0.4600.010.42
HSL178.21º29.52%44.51%-
HSV(B)178.21º45.58%57.65%-
XYZ18.8524.6230.55-
YUV126.74138.394.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=21.51%
G=39.52%
B=38.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471450.4600.010.42178.2129.5244.51
Hex5093912E012Ab21e2d
Octal1202232215601522623655
Binary10100001001001110010001101110011010101011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509391; }

 p { color: rgb(80,147,145); }

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

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

 a { background-color: rgb(80,147,145); }

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

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

 span { border-color: rgb(80,147,145); }

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