#509DBC

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

Shades of Shakespeare #509DBC

Tints of Shakespeare #509DBC

Color information

#509DBC (or 0x509DBC) is unknown color: approx Shakespeare. HEX triplet: 50, 9D and BC. RGB value is (80,157,188). Sum of RGB (Red+Green+Blue) = 80+157+188=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #509DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DBC is #AF6243. Grayscale: #898989. Windows color (decimal): -11493956 or 12361040. OLE color: 12361040.

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

Color convert

RGB80157188-
CMYK0.570.1600.26
HSL197.22º44.63%52.55%-
HSV(B)197.22º57.45%73.73%-
XYZ24.4429.4551.97-
YUV137.51156.4986.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=18.82%
G=36.94%
B=44.24%

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
Decimal801571880.570.1600.26197.2244.6352.55
Hex509DBC391001Ac52d35
Octal12023527471200323055565
Binary101000010011101101111001110011000001101011000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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