#5558AD

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

Shades of Rich Blue #5558AD

Tints of Rich Blue #5558AD

Color information

#5558AD (or 0x5558AD) is unknown color: approx Rich Blue. HEX triplet: 55, 58 and AD. RGB value is (85,88,173). Sum of RGB (Red+Green+Blue) = 85+88+173=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5558AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5558AD is #AAA752. Grayscale: #606060. Windows color (decimal): -11183955 or 11360341. OLE color: 11360341.

HSL color Cylindrical-coordinate representation of color #5558AD: hue angle of 237.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5558AD is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8588173-
CMYK0.510.4900.32
HSL237.95º34.92%50.59%-
HSV(B)237.95º50.87%67.84%-
XYZ14.7811.9341.06-
YUV96.79171.01119.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 173 (67.97% from 255) = 50%
R=24.57%
G=25.43%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85881730.510.4900.32237.9534.9250.59
Hex5558AD3331020ee2333
Octal12513025563610403564363
Binary1010101101100010101101110011110001010000011101110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5558AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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