#509993

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

Shades of Half Baked #509993

Tints of Half Baked #509993

Color information

#509993 (or 0x509993) is unknown color: approx Half Baked. HEX triplet: 50, 99 and 93. RGB value is (80,153,147). Sum of RGB (Red+Green+Blue) = 80+153+147=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #509993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509993 is #AF666C. Grayscale: #828282. Windows color (decimal): -11495021 or 9673040. OLE color: 9673040.

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

Color convert

RGB80153147-
CMYK0.4800.040.4
HSL175.07º31.33%45.69%-
HSV(B)175.07º47.71%60%-
XYZ19.9726.5931.68-
YUV130.49137.3291.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=21.05%
G=40.26%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531470.4800.040.4175.0731.3345.69
Hex509993300428af1f2e
Octal1202312236004502573756
Binary1010000100110011001001111000001001010001010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509993; }

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

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

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

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

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

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

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

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