#555DBB

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

Shades of Rich Blue #555DBB

Tints of Rich Blue #555DBB

Color information

#555DBB (or 0x555DBB) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and BB. RGB value is (85,93,187). Sum of RGB (Red+Green+Blue) = 85+93+187=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #555DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DBB is #AAA244. Grayscale: #646464. Windows color (decimal): -11182661 or 12279125. OLE color: 12279125.

HSL color Cylindrical-coordinate representation of color #555DBB: hue angle of 235.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555DBB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8593187-
CMYK0.550.5000.27
HSL235.29º42.86%53.33%-
HSV(B)235.29º54.55%73.33%-
XYZ16.6313.3548.71-
YUV101.32176.35116.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=23.29%
G=25.48%
B=51.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85931870.550.5000.27235.2942.8653.33
Hex555DBB373201Beb2b35
Octal12513527367620333535365
Binary101010110111011011101111011111001001101111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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