#5599BC

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

Shades of Shakespeare #5599BC

Tints of Shakespeare #5599BC

Color information

#5599BC (or 0x5599BC) is unknown color: approx Shakespeare. HEX triplet: 55, 99 and BC. RGB value is (85,153,188). Sum of RGB (Red+Green+Blue) = 85+153+188=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #5599BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599BC is #AA6643. Grayscale: #888888. Windows color (decimal): -11167300 or 12360021. OLE color: 12360021.

HSL color Cylindrical-coordinate representation of color #5599BC: hue angle of 200.39º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5599BC is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85153188-
CMYK0.550.1900.26
HSL200.39º43.46%53.53%-
HSV(B)200.39º54.79%73.73%-
XYZ24.2128.3451.77-
YUV136.66156.9791.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=19.95%
G=35.92%
B=44.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851531880.550.1900.26200.3943.4653.53
Hex5599BC371301Ac82b36
Octal12523127467230323105366
Binary101010110011001101111001101111001101101011001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5599BC; }

 p { color: rgb(85,153,188); }

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

<style>
 a { background-color: #5599BC; }

 a { background-color: rgb(85,153,188); }

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

<style>
 span { border-color: #5599BC; }

 span { border-color: rgb(85,153,188); }

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