#508791

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

Shades of Half Baked #508791

Tints of Half Baked #508791

Color information

#508791 (or 0x508791) is unknown color: approx Half Baked. HEX triplet: 50, 87 and 91. RGB value is (80,135,145). Sum of RGB (Red+Green+Blue) = 80+135+145=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #508791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508791 is #AF786E. Grayscale: #777777. Windows color (decimal): -11499631 or 9537360. OLE color: 9537360.

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

Color convert

RGB80135145-
CMYK0.450.0700.43
HSL189.23º28.89%44.12%-
HSV(B)189.23º44.83%56.86%-
XYZ17.0821.0829.96-
YUV119.7142.2899.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=22.22%
G=37.5%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801351450.450.0700.43189.2328.8944.12
Hex5087912D702Bbd1d2c
Octal1202072215570532753554
Binary1010000100001111001000110110111101010111011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508791; }

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

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

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

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

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

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

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

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