#5495AE

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

Shades of Shakespeare #5495AE

Tints of Shakespeare #5495AE

Color information

#5495AE (or 0x5495AE) is unknown color: approx Shakespeare. HEX triplet: 54, 95 and AE. RGB value is (84,149,174). Sum of RGB (Red+Green+Blue) = 84+149+174=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5495AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5495AE is #AB6A51. Grayscale: #848484. Windows color (decimal): -11233874 or 11441492. OLE color: 11441492.

HSL color Cylindrical-coordinate representation of color #5495AE: hue angle of 196.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5495AE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84149174-
CMYK0.520.1400.32
HSL196.67º35.71%50.59%-
HSV(B)196.67º51.72%68.24%-
XYZ22.0426.4443.99-
YUV132.42151.4793.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=20.64%
G=36.61%
B=42.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841491740.520.1400.32196.6735.7150.59
Hex5495AE34E020c52433
Octal12422525664160403054463
Binary101010010010101101011101101001110010000011000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5495AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5495AE; }

 p { color: rgb(84,149,174); }

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

<style>
 a { background-color: #5495AE; }

 a { background-color: rgb(84,149,174); }

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

<style>
 span { border-color: #5495AE; }

 span { border-color: rgb(84,149,174); }

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