#509CB1

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

Shades of Shakespeare #509CB1

Tints of Shakespeare #509CB1

Color information

#509CB1 (or 0x509CB1) is unknown color: approx Shakespeare. HEX triplet: 50, 9C and B1. RGB value is (80,156,177). Sum of RGB (Red+Green+Blue) = 80+156+177=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #509CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CB1 is #AF634E. Grayscale: #878787. Windows color (decimal): -11494223 or 11639888. OLE color: 11639888.

HSL color Cylindrical-coordinate representation of color #509CB1: hue angle of 192.99º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509CB1 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80156177-
CMYK0.550.1200.31
HSL192.99º38.34%50.39%-
HSV(B)192.99º54.8%69.41%-
XYZ23.1328.6645.91-
YUV135.67151.3288.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=19.37%
G=37.77%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801561770.550.1200.31192.9938.3450.39
Hex509CB137C01Fc12632
Octal12023426167140373014662
Binary10100001001110010110001110111110001111111000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,177); }

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

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

 a { background-color: rgb(80,156,177); }

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

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

 span { border-color: rgb(80,156,177); }

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