#555EB5

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

Shades of Rich Blue #555EB5

Tints of Rich Blue #555EB5

Color information

#555EB5 (or 0x555EB5) is unknown color: approx Rich Blue. HEX triplet: 55, 5E and B5. RGB value is (85,94,181). Sum of RGB (Red+Green+Blue) = 85+94+181=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #555EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EB5 is #AAA14A. Grayscale: #646464. Windows color (decimal): -11182411 or 11886165. OLE color: 11886165.

HSL color Cylindrical-coordinate representation of color #555EB5: hue angle of 234.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555EB5 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8594181-
CMYK0.530.4800.29
HSL234.38º39.34%52.16%-
HSV(B)234.38º53.04%70.98%-
XYZ16.0913.2745.43-
YUV101.23173.02116.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 181 (71.09% from 255) = 50.28%
R=23.61%
G=26.11%
B=50.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85941810.530.4800.29234.3839.3452.16
Hex555EB5353001Dea2734
Octal12513626565600353524764
Binary101010110111101011010111010111000001110111101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,181); }

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

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

 a { background-color: rgb(85,94,181); }

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

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

 span { border-color: rgb(85,94,181); }

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