Html Css Color HEX #5564AF Rich Blue

📋 copy color: '#5564AF'

red 85 ◦ green 100 ◦ blue 175

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

Shades of Rich Blue #5564AF

Tints of Rich Blue #5564AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 23.61%
G = 27.78%
B = 48.61%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5564AF (or 0x5564AF) is known color: Rich Blue. HEX triplet: 55, 64 and AF. RGB value is (85,100,175). Sum of RGB (Red+Green+Blue) = 85+100+175=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #5564AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564AF is #AA9B50. Grayscale: #676767. Windows color (decimal): -11180881 or 11494485. OLE color: 11494485.

HSL color Cylindrical-coordinate representation of color #5564AF: hue angle of 230º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5564AF is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 100 175 -
CMYK 0.51 0.43 0 0.31
HSL 230º 0.36% 0.51% -
HSV(B) 230º 0.51% 0.69% -
XYZ 16.04 14.14 42.44 -
YUV 104.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 85 100 175 0.51 0.43 0 0.31 230 0.36 0.51
Hex 55 64 AF 33 2B 0 1F E6 24 33
Octal 125 144 257 63 53 0 37 346 44 63
Binary 1010101 1100100 10101111 110011 101011 0 11111 11100110 100100 110011

Color Harmonies of #5564AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564AF

Black with #5564AF

Text Example


Text Example

White with #5564AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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