#5557B3

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

Shades of Rich Blue #5557B3

Tints of Rich Blue #5557B3

Color information

#5557B3 (or 0x5557B3) is unknown color: approx Rich Blue. HEX triplet: 55, 57 and B3. RGB value is (85,87,179). Sum of RGB (Red+Green+Blue) = 85+87+179=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #5557B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557B3 is #AAA84C. Grayscale: #606060. Windows color (decimal): -11184205 or 11753301. OLE color: 11753301.

HSL color Cylindrical-coordinate representation of color #5557B3: hue angle of 238.72º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5557B3 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8587179-
CMYK0.530.5100.30
HSL238.72º38.21%51.76%-
HSV(B)238.72º52.51%70.2%-
XYZ15.291244.16-
YUV96.89174.34119.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=24.22%
G=24.79%
B=51.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85871790.530.5100.30238.7238.2151.76
Hex5557B3353301Eef2634
Octal12512726365630363574664
Binary101010110101111011001111010111001101111011101111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5557B3; }

 p { color: rgb(85,87,179); }

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

<style>
 a { background-color: #5557B3; }

 a { background-color: rgb(85,87,179); }

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

<style>
 span { border-color: #5557B3; }

 span { border-color: rgb(85,87,179); }

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