#555DB1

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

Shades of Rich Blue #555DB1

Tints of Rich Blue #555DB1

Color information

#555DB1 (or 0x555DB1) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and B1. RGB value is (85,93,177). Sum of RGB (Red+Green+Blue) = 85+93+177=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #555DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DB1 is #AAA24E. Grayscale: #636363. Windows color (decimal): -11182671 or 11623765. OLE color: 11623765.

HSL color Cylindrical-coordinate representation of color #555DB1: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555DB1 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8593177-
CMYK0.520.4700.31
HSL234.78º37.1%51.37%-
HSV(B)234.78º51.98%69.41%-
XYZ15.612.9343.27-
YUV100.18171.35117.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=23.94%
G=26.20%
B=49.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85931770.520.4700.31234.7837.151.37
Hex555DB1342F01Feb2533
Octal12513526164570373534563
Binary101010110111011011000111010010111101111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,177); }

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

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

 a { background-color: rgb(85,93,177); }

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

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

 span { border-color: rgb(85,93,177); }

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