#5395BB

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

Shades of Shakespeare #5395BB

Tints of Shakespeare #5395BB

Color information

#5395BB (or 0x5395BB) is unknown color: approx Shakespeare. HEX triplet: 53, 95 and BB. RGB value is (83,149,187). Sum of RGB (Red+Green+Blue) = 83+149+187=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #5395BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5395BB is #AC6A44. Grayscale: #858585. Windows color (decimal): -11299397 or 12293459. OLE color: 12293459.

HSL color Cylindrical-coordinate representation of color #5395BB: hue angle of 201.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5395BB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83149187-
CMYK0.560.2000.27
HSL201.92º43.33%52.94%-
HSV(B)201.92º55.61%73.33%-
XYZ23.2826.9250.98-
YUV133.6158.1391.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=19.81%
G=35.56%
B=44.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831491870.560.2000.27201.9243.3352.94
Hex5395BB381401Bca2b35
Octal12322527370240333125365
Binary101001110010101101110111110001010001101111001010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5395BB; }

 p { color: rgb(83,149,187); }

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

<style>
 a { background-color: #5395BB; }

 a { background-color: rgb(83,149,187); }

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

<style>
 span { border-color: #5395BB; }

 span { border-color: rgb(83,149,187); }

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