#555BA6

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

Shades of Rich Blue #555BA6

Tints of Rich Blue #555BA6

Color information

#555BA6 (or 0x555BA6) is unknown color: approx Rich Blue. HEX triplet: 55, 5B and A6. RGB value is (85,91,166). Sum of RGB (Red+Green+Blue) = 85+91+166=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #555BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA6 is #AAA459. Grayscale: #616161. Windows color (decimal): -11183194 or 10902357. OLE color: 10902357.

HSL color Cylindrical-coordinate representation of color #555BA6: hue angle of 235.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555BA6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8591166-
CMYK0.490.4500.35
HSL235.56º32.27%49.22%-
HSV(B)235.56º48.8%65.1%-
XYZ14.3712.1737.67-
YUV97.76166.51118.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=24.85%
G=26.61%
B=48.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85911660.490.4500.35235.5632.2749.22
Hex555BA6312D023ec2031
Octal12513324661550433544061
Binary1010101101101110100110110001101101010001111101100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555BA6; }

 p { color: rgb(85,91,166); }

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

<style>
 a { background-color: #555BA6; }

 a { background-color: rgb(85,91,166); }

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

<style>
 span { border-color: #555BA6; }

 span { border-color: rgb(85,91,166); }

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