#5093BD

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

Shades of Shakespeare #5093BD

Tints of Shakespeare #5093BD

Color information

#5093BD (or 0x5093BD) is unknown color: approx Shakespeare. HEX triplet: 50, 93 and BD. RGB value is (80,147,189). Sum of RGB (Red+Green+Blue) = 80+147+189=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #5093BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093BD is #AF6C42. Grayscale: #838383. Windows color (decimal): -11496515 or 12424016. OLE color: 12424016.

HSL color Cylindrical-coordinate representation of color #5093BD: hue angle of 203.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5093BD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80147189-
CMYK0.580.2200.26
HSL203.12º45.23%52.75%-
HSV(B)203.12º57.67%74.12%-
XYZ22.9326.2552-
YUV131.76160.391.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=19.23%
G=35.34%
B=45.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801471890.580.2200.26203.1245.2352.75
Hex5093BD3A1601Acb2d35
Octal12022327572260323135565
Binary101000010010011101111011110101011001101011001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5093BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5093BD; }

 p { color: rgb(80,147,189); }

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

<style>
 a { background-color: #5093BD; }

 a { background-color: rgb(80,147,189); }

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

<style>
 span { border-color: #5093BD; }

 span { border-color: rgb(80,147,189); }

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