#509FB9

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

Shades of Shakespeare #509FB9

Tints of Shakespeare #509FB9

Color information

#509FB9 (or 0x509FB9) is unknown color: approx Shakespeare. HEX triplet: 50, 9F and B9. RGB value is (80,159,185). Sum of RGB (Red+Green+Blue) = 80+159+185=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #509FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FB9 is #AF6046. Grayscale: #8A8A8A. Windows color (decimal): -11493447 or 12164944. OLE color: 12164944.

HSL color Cylindrical-coordinate representation of color #509FB9: hue angle of 194.86º 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 #509FB9 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80159185-
CMYK0.570.1400.27
HSL194.86º42.86%51.96%-
HSV(B)194.86º56.76%72.55%-
XYZ24.463050.4-
YUV138.34154.3386.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=18.87%
G=37.5%
B=43.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801591850.570.1400.27194.8642.8651.96
Hex509FB939E01Bc32b34
Octal12023727171160333035364
Binary10100001001111110111001111001111001101111000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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