#509dbf

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

Shades of Shakespeare #509DBF

Tints of Shakespeare #509DBF

Color information

#509DBF (or 0x509DBF) is unknown color: approx Shakespeare. HEX triplet: 50, 9D and BF. RGB value is (80,157,191). Sum of RGB (Red+Green+Blue) = 80+157+191=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #509DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DBF is #AF6240. Grayscale: #898989. Windows color (decimal): -11493953 or 12557648. OLE color: 12557648.

HSL color Cylindrical-coordinate representation of color #509DBF: hue angle of 198.38º 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 #509DBF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80157191-
CMYK0.580.1800.25
HSL198.38º46.44%53.14%-
HSV(B)198.38º58.12%74.9%-
XYZ24.7729.5853.69-
YUV137.85157.9986.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 191 (75% from 255) = 44.63%
R=18.69%
G=36.68%
B=44.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801571910.580.1800.25198.3846.4453.14
Hex509DBF3A12019c62e35
Octal12023527772220313065665
Binary101000010011101101111111110101001001100111000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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