#555EAD

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

Shades of Rich Blue #555EAD

Tints of Rich Blue #555EAD

Color information

#555EAD (or 0x555EAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5E and AD. RGB value is (85,94,173). Sum of RGB (Red+Green+Blue) = 85+94+173=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #555EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555EAD is #AAA152. Grayscale: #636363. Windows color (decimal): -11182419 or 11361877. OLE color: 11361877.

HSL color Cylindrical-coordinate representation of color #555EAD: hue angle of 233.86º 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 #555EAD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8594173-
CMYK0.510.4600.32
HSL233.86º34.92%50.59%-
HSV(B)233.86º50.87%67.84%-
XYZ15.2912.9541.23-
YUV100.32169.02117.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=24.15%
G=26.70%
B=49.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85941730.510.4600.32233.8634.9250.59
Hex555EAD332E020ea2333
Octal12513625563560403524363
Binary1010101101111010101101110011101110010000011101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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