#509891

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

Shades of Half Baked #509891

Tints of Half Baked #509891

Color information

#509891 (or 0x509891) is unknown color: approx Half Baked. HEX triplet: 50, 98 and 91. RGB value is (80,152,145). Sum of RGB (Red+Green+Blue) = 80+152+145=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #509891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509891 is #AF676E. Grayscale: #818181. Windows color (decimal): -11495279 or 9541712. OLE color: 9541712.

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

Color convert

RGB80152145-
CMYK0.4700.050.40
HSL174.17º31.03%45.49%-
HSV(B)174.17º47.37%59.61%-
XYZ19.6526.2130.81-
YUV129.67136.6592.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=21.22%
G=40.32%
B=38.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521450.4700.050.40174.1731.0345.49
Hex5098912F0528ae1f2d
Octal1202302215705502563755
Binary1010000100110001001000110111101011010001010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509891; }

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

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

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

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

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

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

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

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