#5095BE

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

Shades of Shakespeare #5095BE

Tints of Shakespeare #5095BE

Color information

#5095BE (or 0x5095BE) is unknown color: approx Shakespeare. HEX triplet: 50, 95 and BE. RGB value is (80,149,190). Sum of RGB (Red+Green+Blue) = 80+149+190=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #5095BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095BE is #AF6A41. Grayscale: #848484. Windows color (decimal): -11496002 or 12490064. OLE color: 12490064.

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

Color convert

RGB80149190-
CMYK0.580.2200.25
HSL202.36º45.83%52.94%-
HSV(B)202.36º57.89%74.51%-
XYZ23.3526.9252.68-
YUV133.04160.1490.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=19.09%
G=35.56%
B=45.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801491900.580.2200.25202.3645.8352.94
Hex5095BE3A16019ca2e35
Octal12022527672260313125665
Binary101000010010101101111101110101011001100111001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5095BE; }

 p { color: rgb(80,149,190); }

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

<style>
 a { background-color: #5095BE; }

 a { background-color: rgb(80,149,190); }

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

<style>
 span { border-color: #5095BE; }

 span { border-color: rgb(80,149,190); }

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