#509BB5

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

Shades of Shakespeare #509BB5

Tints of Shakespeare #509BB5

Color information

#509BB5 (or 0x509BB5) is unknown color: approx Shakespeare. HEX triplet: 50, 9B and B5. RGB value is (80,155,181). Sum of RGB (Red+Green+Blue) = 80+155+181=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #509BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BB5 is #AF644A. Grayscale: #878787. Windows color (decimal): -11494475 or 11901776. OLE color: 11901776.

HSL color Cylindrical-coordinate representation of color #509BB5: hue angle of 195.45º degrees, saturation: 0.41, 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 #509BB5 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80155181-
CMYK0.560.1400.29
HSL195.45º40.56%51.18%-
HSV(B)195.45º55.8%70.98%-
XYZ23.3728.4847.98-
YUV135.54153.6588.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=19.23%
G=37.26%
B=43.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801551810.560.1400.29195.4540.5651.18
Hex509BB538E01Dc32933
Octal12023326570160353035163
Binary10100001001101110110101111000111001110111000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,181); }

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

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

 a { background-color: rgb(80,155,181); }

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

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

 span { border-color: rgb(80,155,181); }

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