Html Css Color HEX #5665AD Rich Blue

📋 copy color: '#5665AD'

red 86 ◦ green 101 ◦ blue 173

#5665AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5665AD

Tints of Rich Blue #5665AD

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 value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5665AD (or 0x5665AD) is known color: 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

RGB 86 101 173 -
CMYK 0.50 0.42 0 0.32
HSL 229.66º 0.35% 0.51% -
HSV(B) 229.66º 0.5% 0.68% -
XYZ 16.03 14.3 41.45 -
YUV 104.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 86 101 173 0.50 0.42 0 0.32 229.66 0.35 0.51
Hex 56 65 AD 32 2A 0 20 E6 23 33
Octal 126 145 255 62 52 0 40 346 43 63
Binary 1010110 1100101 10101101 110010 101010 0 100000 11100110 100011 110011

Color Harmonies of #5665AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5665AD

Black with #5665AD

Text Example


Text Example

White with #5665AD

Text Example


Text Example

HTML Codes & Css Web 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>