#5598AD

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

Shades of Shakespeare #5598AD

Tints of Shakespeare #5598AD

Color information

#5598AD (or 0x5598AD) is unknown color: approx Shakespeare. HEX triplet: 55, 98 and AD. RGB value is (85,152,173). Sum of RGB (Red+Green+Blue) = 85+152+173=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #5598AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5598AD is #AA6752. Grayscale: #868686. Windows color (decimal): -11167571 or 11376725. OLE color: 11376725.

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

Color convert

RGB85152173-
CMYK0.510.1200.32
HSL194.32º34.92%50.59%-
HSV(B)194.32º50.87%67.84%-
XYZ22.5227.443.64-
YUV134.36149.892.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=20.73%
G=37.07%
B=42.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851521730.510.1200.32194.3234.9250.59
Hex5598AD33C020c22333
Octal12523025563140403024363
Binary101010110011000101011011100111100010000011000010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5598AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,152,173); }

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

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

 a { background-color: rgb(85,152,173); }

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

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

 span { border-color: rgb(85,152,173); }

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