#5664AD

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

Shades of Rich Blue #5664AD

Tints of Rich Blue #5664AD

Color information

#5664AD (or 0x5664AD) is unknown color: approx Rich Blue. HEX triplet: 56, 64 and AD. RGB value is (86,100,173). Sum of RGB (Red+Green+Blue) = 86+100+173=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #5664AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5664AD is #A99B52. Grayscale: #676767. Windows color (decimal): -11115347 or 11363414. OLE color: 11363414.

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

Color convert

RGB86100173-
CMYK0.500.4200.32
HSL230.34º34.66%50.78%-
HSV(B)230.34º50.29%67.84%-
XYZ15.9414.1141.42-
YUV104.14166.86115.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=23.96%
G=27.86%
B=48.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861001730.500.4200.32230.3434.6650.78
Hex5664AD322A020e62333
Octal12614425562520403464363
Binary1010110110010010101101110010101010010000011100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,100,173); }

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

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

 a { background-color: rgb(86,100,173); }

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

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

 span { border-color: rgb(86,100,173); }

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