#555FAD

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

Shades of Rich Blue #555FAD

Tints of Rich Blue #555FAD

Color information

#555FAD (or 0x555FAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5F and AD. RGB value is (85,95,173). Sum of RGB (Red+Green+Blue) = 85+95+173=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #555FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAD is #AAA052. Grayscale: #646464. Windows color (decimal): -11182163 or 11362133. OLE color: 11362133.

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

Color convert

RGB8595173-
CMYK0.510.4500.32
HSL233.18º34.92%50.59%-
HSV(B)233.18º50.87%67.84%-
XYZ15.3813.1341.26-
YUV100.9168.69116.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=24.08%
G=26.91%
B=49.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85951730.510.4500.32233.1834.9250.59
Hex555FAD332D020e92333
Octal12513725563550403514363
Binary1010101101111110101101110011101101010000011101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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