#5896AD

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

Shades of Shakespeare #5896AD

Tints of Shakespeare #5896AD

Color information

#5896AD (or 0x5896AD) is unknown color: approx Shakespeare. HEX triplet: 58, 96 and AD. RGB value is (88,150,173). Sum of RGB (Red+Green+Blue) = 88+150+173=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5896AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5896AD is #A76952. Grayscale: #858585. Windows color (decimal): -10971475 or 11376216. OLE color: 11376216.

HSL color Cylindrical-coordinate representation of color #5896AD: hue angle of 196.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5896AD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88150173-
CMYK0.490.1300.32
HSL196.24º34.14%51.18%-
HSV(B)196.24º49.13%67.84%-
XYZ22.4726.943.54-
YUV134.08149.9695.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=21.41%
G=36.50%
B=42.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881501730.490.1300.32196.2434.1451.18
Hex5896AD31D020c42233
Octal13022625561150403044263
Binary101100010010110101011011100011101010000011000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5896AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5896AD; }

 p { color: rgb(88,150,173); }

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

<style>
 a { background-color: #5896AD; }

 a { background-color: rgb(88,150,173); }

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

<style>
 span { border-color: #5896AD; }

 span { border-color: rgb(88,150,173); }

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