Html Css Color HEX #5564AD Rich Blue

📋 copy color: '#5564AD'

red 85 ◦ green 100 ◦ blue 173

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

Shades of Rich Blue #5564AD

Tints of Rich Blue #5564AD

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 23.74%
G = 27.93%
B = 48.32%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5564AD (or 0x5564AD) is known color: Rich Blue. HEX triplet: 55, 64 and AD. RGB value is (85,100,173). Sum of RGB (Red+Green+Blue) = 85+100+173=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #5564AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564AD is #AA9B52. Grayscale: #676767. Windows color (decimal): -11180883 or 11363413. OLE color: 11363413.

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

Color convert

RGB 85 100 173 -
CMYK 0.51 0.42 0 0.32
HSL 229.77º 0.35% 0.51% -
HSV(B) 229.77º 0.51% 0.68% -
XYZ 15.85 14.06 41.41 -
YUV 103.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 85 100 173 0.51 0.42 0 0.32 229.77 0.35 0.51
Hex 55 64 AD 33 2A 0 20 E6 23 33
Octal 125 144 255 63 52 0 40 346 43 63
Binary 1010101 1100100 10101101 110011 101010 0 100000 11100110 100011 110011

Color Harmonies of #5564AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564AD

Black with #5564AD

Text Example


Text Example

White with #5564AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5564AD;
 }
 .AnyTagClassName
 {
   color: #5564AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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