#509998

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

Shades of Half Baked #509998

Tints of Half Baked #509998

Color information

#509998 (or 0x509998) is unknown color: approx Half Baked. HEX triplet: 50, 99 and 98. RGB value is (80,153,152). Sum of RGB (Red+Green+Blue) = 80+153+152=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #509998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509998 is #AF6667. Grayscale: #828282. Windows color (decimal): -11495016 or 10000720. OLE color: 10000720.

HSL color Cylindrical-coordinate representation of color #509998: hue angle of 179.18º 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 #509998 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB80153152-
CMYK0.4800.010.4
HSL179.18º31.33%45.69%-
HSV(B)179.18º47.71%60%-
XYZ20.3726.7533.8-
YUV131.06139.8291.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=20.78%
G=39.74%
B=39.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531520.4800.010.4179.1831.3345.69
Hex509998300128b31f2e
Octal1202312306001502633756
Binary10100001001100110011000110000011010001011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509998; }

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

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

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

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

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

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

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

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