#5558A4

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

Shades of Rich Blue #5558A4

Tints of Rich Blue #5558A4

Color information

#5558A4 (or 0x5558A4) is unknown color: approx Rich Blue. HEX triplet: 55, 58 and A4. RGB value is (85,88,164). Sum of RGB (Red+Green+Blue) = 85+88+164=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #5558A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5558A4 is #AAA75B. Grayscale: #5F5F5F. Windows color (decimal): -11183964 or 10770517. OLE color: 10770517.

HSL color Cylindrical-coordinate representation of color #5558A4: hue angle of 237.72º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5558A4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8588164-
CMYK0.480.4600.36
HSL237.72º31.73%48.82%-
HSV(B)237.72º48.17%64.31%-
XYZ13.9411.5936.62-
YUV95.77166.51120.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=25.22%
G=26.11%
B=48.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85881640.480.4600.36237.7231.7348.82
Hex5558A4302E024ee2031
Octal12513024460560443564061
Binary1010101101100010100100110000101110010010011101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5558A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5558A4; }

 p { color: rgb(85,88,164); }

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

<style>
 a { background-color: #5558A4; }

 a { background-color: rgb(85,88,164); }

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

<style>
 span { border-color: #5558A4; }

 span { border-color: rgb(85,88,164); }

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