#555DBC

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

Shades of Rich Blue #555DBC

Tints of Rich Blue #555DBC

Color information

#555DBC (or 0x555DBC) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and BC. RGB value is (85,93,188). Sum of RGB (Red+Green+Blue) = 85+93+188=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #555DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DBC is #AAA243. Grayscale: #656565. Windows color (decimal): -11182660 or 12344661. OLE color: 12344661.

HSL color Cylindrical-coordinate representation of color #555DBC: hue angle of 235.34º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555DBC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8593188-
CMYK0.550.5100.26
HSL235.34º43.46%53.53%-
HSV(B)235.34º54.79%73.73%-
XYZ16.7413.3949.28-
YUV101.44176.85116.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=23.22%
G=25.41%
B=51.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85931880.550.5100.26235.3443.4653.53
Hex555DBC373301Aeb2b36
Octal12513527467630323535366
Binary101010110111011011110011011111001101101011101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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