#5598BB

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

Shades of Shakespeare #5598BB

Tints of Shakespeare #5598BB

Color information

#5598BB (or 0x5598BB) is unknown color: approx Shakespeare. HEX triplet: 55, 98 and BB. RGB value is (85,152,187). Sum of RGB (Red+Green+Blue) = 85+152+187=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #5598BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598BB is #AA6744. Grayscale: #878787. Windows color (decimal): -11167557 or 12294229. OLE color: 12294229.

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

Color convert

RGB85152187-
CMYK0.550.1900.27
HSL200.59º42.86%53.33%-
HSV(B)200.59º54.55%73.33%-
XYZ23.9427.9851.15-
YUV135.96156.891.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.05%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=20.05%
G=35.85%
B=44.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851521870.550.1900.27200.5942.8653.33
Hex5598BB371301Bc92b35
Octal12523027367230333115365
Binary101010110011000101110111101111001101101111001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5598BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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