#509299

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

Shades of Half Baked #509299

Tints of Half Baked #509299

Color information

#509299 (or 0x509299) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 99. RGB value is (80,146,153). Sum of RGB (Red+Green+Blue) = 80+146+153=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #509299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509299 is #AF6D66. Grayscale: #7E7E7E. Windows color (decimal): -11496807 or 10064464. OLE color: 10064464.

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

Color convert

RGB80146153-
CMYK0.480.0500.4
HSL185.75º31.33%45.69%-
HSV(B)185.75º47.71%60%-
XYZ19.3424.5633.86-
YUV127.06142.6394.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=21.11%
G=38.52%
B=40.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801461530.480.0500.4185.7531.3345.69
Hex509299305028ba1f2e
Octal1202222316050502723756
Binary1010000100100101001100111000010101010001011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509299; }

 p { color: rgb(80,146,153); }

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

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

 a { background-color: rgb(80,146,153); }

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

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

 span { border-color: rgb(80,146,153); }

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