#5665AD

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

Shades of Rich Blue #5665AD

Tints of Rich Blue #5665AD

Color information

#5665AD (or 0x5665AD) is unknown color: approx Rich Blue. HEX triplet: 56, 65 and AD. RGB value is (86,101,173). Sum of RGB (Red+Green+Blue) = 86+101+173=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #5665AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5665AD is #A99A52. Grayscale: #686868. Windows color (decimal): -11115091 or 11363670. OLE color: 11363670.

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

Color convert

RGB86101173-
CMYK0.500.4200.32
HSL229.66º34.66%50.78%-
HSV(B)229.66º50.29%67.84%-
XYZ16.0314.341.45-
YUV104.72166.53114.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=23.89%
G=28.06%
B=48.06%

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
Decimal861011730.500.4200.32229.6634.6650.78
Hex5665AD322A020e62333
Octal12614525562520403464363
Binary1010110110010110101101110010101010010000011100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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