#509EB9

Color #509EB9 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #509EB9

Tints of Shakespeare #509EB9

Color information

#509EB9 (or 0x509EB9) is unknown color: approx Shakespeare. HEX triplet: 50, 9E and B9. RGB value is (80,158,185). Sum of RGB (Red+Green+Blue) = 80+158+185=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #509EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EB9 is #AF6146. Grayscale: #898989. Windows color (decimal): -11493703 or 12164688. OLE color: 12164688.

HSL color Cylindrical-coordinate representation of color #509EB9: hue angle of 195.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509EB9 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80158185-
CMYK0.570.1500.27
HSL195.43º42.86%51.96%-
HSV(B)195.43º56.76%72.55%-
XYZ24.2929.6650.34-
YUV137.76154.6686.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=18.91%
G=37.35%
B=43.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801581850.570.1500.27195.4342.8651.96
Hex509EB939F01Bc32b34
Octal12023627171170333035364
Binary10100001001111010111001111001111101101111000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509EB9; }

 p { color: rgb(80,158,185); }

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

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

 a { background-color: rgb(80,158,185); }

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

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

 span { border-color: rgb(80,158,185); }

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