#509593

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

Shades of Half Baked #509593

Tints of Half Baked #509593

Color information

#509593 (or 0x509593) is unknown color: approx Half Baked. HEX triplet: 50, 95 and 93. RGB value is (80,149,147). Sum of RGB (Red+Green+Blue) = 80+149+147=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #509593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509593 is #AF6A6C. Grayscale: #808080. Windows color (decimal): -11496045 or 9672016. OLE color: 9672016.

HSL color Cylindrical-coordinate representation of color #509593: hue angle of 178.26º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509593 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB80149147-
CMYK0.4600.010.42
HSL178.26º30.13%44.9%-
HSV(B)178.26º46.31%58.43%-
XYZ19.3225.3131.47-
YUV128.14138.6493.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=21.28%
G=39.63%
B=39.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491470.4600.010.42178.2630.1344.9
Hex5095932E012Ab21e2d
Octal1202252235601522623655
Binary10100001001010110010011101110011010101011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509593; }

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

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

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

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

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

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

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

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