#5562AD

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

Shades of Rich Blue #5562AD

Tints of Rich Blue #5562AD

Color information

#5562AD (or 0x5562AD) is unknown color: approx Rich Blue. HEX triplet: 55, 62 and AD. RGB value is (85,98,173). Sum of RGB (Red+Green+Blue) = 85+98+173=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5562AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5562AD is #AA9D52. Grayscale: #666666. Windows color (decimal): -11181395 or 11362901. OLE color: 11362901.

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

Color convert

RGB8598173-
CMYK0.510.4300.32
HSL231.14º34.92%50.59%-
HSV(B)231.14º50.87%67.84%-
XYZ15.6613.6841.35-
YUV102.66167.69115.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=23.88%
G=27.53%
B=48.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85981730.510.4300.32231.1434.9250.59
Hex5562AD332B020e72333
Octal12514225563530403474363
Binary1010101110001010101101110011101011010000011100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5562AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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