#5556BE

Color #5556BE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5556BE

Tints of Rich Blue #5556BE

Color information

#5556BE (or 0x5556BE) is unknown color: approx Rich Blue. HEX triplet: 55, 56 and BE. RGB value is (85,86,190). Sum of RGB (Red+Green+Blue) = 85+86+190=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5556BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556BE is #AAA941. Grayscale: #616161. Windows color (decimal): -11184450 or 12473941. OLE color: 12473941.

HSL color Cylindrical-coordinate representation of color #5556BE: hue angle of 239.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5556BE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8586190-
CMYK0.550.5500.25
HSL239.43º44.68%53.92%-
HSV(B)239.43º55.26%74.51%-
XYZ16.3712.350.23-
YUV97.56180.17119.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=23.55%
G=23.82%
B=52.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85861900.550.5500.25239.4344.6853.92
Hex5556BE3737019ef2d36
Octal12512627667670313575566
Binary101010110101101011111011011111011101100111101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5556BE; }

 p { color: rgb(85,86,190); }

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

<style>
 a { background-color: #5556BE; }

 a { background-color: rgb(85,86,190); }

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

<style>
 span { border-color: #5556BE; }

 span { border-color: rgb(85,86,190); }

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