#509EBC

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

Shades of Shakespeare #509EBC

Tints of Shakespeare #509EBC

Color information

#509EBC (or 0x509EBC) is unknown color: approx Shakespeare. HEX triplet: 50, 9E and BC. RGB value is (80,158,188). Sum of RGB (Red+Green+Blue) = 80+158+188=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #509EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EBC is #AF6143. Grayscale: #898989. Windows color (decimal): -11493700 or 12361296. OLE color: 12361296.

HSL color Cylindrical-coordinate representation of color #509EBC: hue angle of 196.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509EBC is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80158188-
CMYK0.570.1600.26
HSL196.67º44.63%52.55%-
HSV(B)196.67º57.45%73.73%-
XYZ24.6129.7952.03-
YUV138.1156.1686.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.78%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=18.78%
G=37.09%
B=44.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801581880.570.1600.26196.6744.6352.55
Hex509EBC391001Ac52d35
Octal12023627471200323055565
Binary101000010011110101111001110011000001101011000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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