#559EC1

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

Shades of Shakespeare #559EC1

Tints of Shakespeare #559EC1

Color information

#559EC1 (or 0x559EC1) is unknown color: approx Shakespeare. HEX triplet: 55, 9E and C1. RGB value is (85,158,193). Sum of RGB (Red+Green+Blue) = 85+158+193=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #559EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EC1 is #AA613E. Grayscale: #8B8B8B. Windows color (decimal): -11166015 or 12688981. OLE color: 12688981.

HSL color Cylindrical-coordinate representation of color #559EC1: hue angle of 199.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559EC1 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85158193-
CMYK0.560.1800.24
HSL199.44º46.55%54.51%-
HSV(B)199.44º55.96%75.69%-
XYZ25.630.2454.94-
YUV140.16157.8288.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=19.50%
G=36.24%
B=44.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851581930.560.1800.24199.4446.5554.51
Hex559EC13812018c72f37
Octal12523630170220303075767
Binary101010110011110110000011110001001001100011000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559EC1; }

 p { color: rgb(85,158,193); }

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

<style>
 a { background-color: #559EC1; }

 a { background-color: rgb(85,158,193); }

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

<style>
 span { border-color: #559EC1; }

 span { border-color: rgb(85,158,193); }

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