#509EB4

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

Shades of Shakespeare #509EB4

Tints of Shakespeare #509EB4

Color information

#509EB4 (or 0x509EB4) is unknown color: approx Shakespeare. HEX triplet: 50, 9E and B4. RGB value is (80,158,180). Sum of RGB (Red+Green+Blue) = 80+158+180=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #509EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EB4 is #AF614B. Grayscale: #898989. Windows color (decimal): -11493708 or 11837008. OLE color: 11837008.

HSL color Cylindrical-coordinate representation of color #509EB4: hue angle of 193.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509EB4 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80158180-
CMYK0.560.1200.29
HSL193.2º40%50.98%-
HSV(B)193.2º55.56%70.59%-
XYZ23.7729.4547.61-
YUV137.19152.1687.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=19.14%
G=37.80%
B=43.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801581800.560.1200.29193.24050.98
Hex509EB438C01Dc12833
Octal12023626470140353015063
Binary10100001001111010110100111000110001110111000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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