#555DB7

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

Shades of Rich Blue #555DB7

Tints of Rich Blue #555DB7

Color information

#555DB7 (or 0x555DB7) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and B7. RGB value is (85,93,183). Sum of RGB (Red+Green+Blue) = 85+93+183=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #555DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DB7 is #AAA248. Grayscale: #646464. Windows color (decimal): -11182665 or 12016981. OLE color: 12016981.

HSL color Cylindrical-coordinate representation of color #555DB7: hue angle of 235.1º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555DB7 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8593183-
CMYK0.540.4900.28
HSL235.1º40.5%52.55%-
HSV(B)235.1º53.55%71.76%-
XYZ16.2113.1846.49-
YUV100.87174.35116.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=23.55%
G=25.76%
B=50.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85931830.540.4900.28235.140.552.55
Hex555DB7363101Ceb2835
Octal12513526766610343535065
Binary101010110111011011011111011011000101110011101011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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