#555BAD

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

Shades of Rich Blue #555BAD

Tints of Rich Blue #555BAD

Color information

#555BAD (or 0x555BAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5B and AD. RGB value is (85,91,173). Sum of RGB (Red+Green+Blue) = 85+91+173=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #555BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BAD is #AAA452. Grayscale: #626262. Windows color (decimal): -11183187 or 11361109. OLE color: 11361109.

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

Color convert

RGB8591173-
CMYK0.510.4700.32
HSL235.91º34.92%50.59%-
HSV(B)235.91º50.87%67.84%-
XYZ15.0312.4341.14-
YUV98.55170.01118.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=24.36%
G=26.07%
B=49.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85911730.510.4700.32235.9134.9250.59
Hex555BAD332F020ec2333
Octal12513325563570403544363
Binary1010101101101110101101110011101111010000011101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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