#559EBB

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

Shades of Shakespeare #559EBB

Tints of Shakespeare #559EBB

Color information

#559EBB (or 0x559EBB) is unknown color: approx Shakespeare. HEX triplet: 55, 9E and BB. RGB value is (85,158,187). Sum of RGB (Red+Green+Blue) = 85+158+187=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #559EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EBB is #AA6144. Grayscale: #8B8B8B. Windows color (decimal): -11166021 or 12295765. OLE color: 12295765.

HSL color Cylindrical-coordinate representation of color #559EBB: hue angle of 197.06º 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 #559EBB is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85158187-
CMYK0.550.1600.27
HSL197.06º42.86%53.33%-
HSV(B)197.06º54.55%73.33%-
XYZ24.9429.9751.48-
YUV139.48154.8289.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=19.77%
G=36.74%
B=43.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851581870.550.1600.27197.0642.8653.33
Hex559EBB371001Bc52b35
Octal12523627367200333055365
Binary101010110011110101110111101111000001101111000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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