#509AB3

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

Shades of Shakespeare #509AB3

Tints of Shakespeare #509AB3

Color information

#509AB3 (or 0x509AB3) is unknown color: approx Shakespeare. HEX triplet: 50, 9A and B3. RGB value is (80,154,179). Sum of RGB (Red+Green+Blue) = 80+154+179=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #509AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509AB3 is #AF654C. Grayscale: #868686. Windows color (decimal): -11494733 or 11770448. OLE color: 11770448.

HSL color Cylindrical-coordinate representation of color #509AB3: hue angle of 195.15º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509AB3 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80154179-
CMYK0.550.1400.30
HSL195.15º39.44%50.78%-
HSV(B)195.15º55.31%70.2%-
XYZ2328.0746.85-
YUV134.72152.9888.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=19.37%
G=37.29%
B=43.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801541790.550.1400.30195.1539.4450.78
Hex509AB337E01Ec32733
Octal12023226367160363034763
Binary10100001001101010110011110111111001111011000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,154,179); }

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

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

 a { background-color: rgb(80,154,179); }

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

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

 span { border-color: rgb(80,154,179); }

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