#5393B3

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

Shades of Shakespeare #5393B3

Tints of Shakespeare #5393B3

Color information

#5393B3 (or 0x5393B3) is unknown color: approx Shakespeare. HEX triplet: 53, 93 and B3. RGB value is (83,147,179). Sum of RGB (Red+Green+Blue) = 83+147+179=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #5393B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393B3 is #AC6C4C. Grayscale: #838383. Windows color (decimal): -11299917 or 11768659. OLE color: 11768659.

HSL color Cylindrical-coordinate representation of color #5393B3: hue angle of 200º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5393B3 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83147179-
CMYK0.540.1800.30
HSL200º38.71%51.37%-
HSV(B)200º53.63%70.2%-
XYZ22.1425.9646.49-
YUV131.51154.893.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=20.29%
G=35.94%
B=43.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831471790.540.1800.3020038.7151.37
Hex5393B3361201Ec82733
Octal12322326366220363104763
Binary101001110010011101100111101101001001111011001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5393B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5393B3; }

 p { color: rgb(83,147,179); }

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

<style>
 a { background-color: #5393B3; }

 a { background-color: rgb(83,147,179); }

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

<style>
 span { border-color: #5393B3; }

 span { border-color: rgb(83,147,179); }

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