#509ABF

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

Shades of Shakespeare #509ABF

Tints of Shakespeare #509ABF

Color information

#509ABF (or 0x509ABF) is unknown color: approx Shakespeare. HEX triplet: 50, 9A and BF. RGB value is (80,154,191). Sum of RGB (Red+Green+Blue) = 80+154+191=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #509ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABF is #AF6540. Grayscale: #878787. Windows color (decimal): -11494721 or 12556880. OLE color: 12556880.

HSL color Cylindrical-coordinate representation of color #509ABF: hue angle of 200º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509ABF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80154191-
CMYK0.580.1900.25
HSL200º46.44%53.14%-
HSV(B)200º58.12%74.9%-
XYZ24.2728.5853.53-
YUV136.09158.9887.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 191 (75% from 255) = 44.94%
R=18.82%
G=36.24%
B=44.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801541910.580.1900.2520046.4453.14
Hex509ABF3A13019c82e35
Octal12023227772230313105665
Binary101000010011010101111111110101001101100111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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