Html Css Color HEX #564AA9 Rich Blue

📋 copy color: '#564AA9'

red 86 ◦ green 74 ◦ blue 169

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

Shades of Rich Blue #564AA9

Tints of Rich Blue #564AA9

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

 GREEN value IS 74 (29.3% from 255) = 22.49%

 BLUE value IS 169 (66.41% from 255) = 51.37%

R = 26.14%
G = 22.49%
B = 51.37%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#564AA9 (or 0x564AA9) is known color: Rich Blue. HEX triplet: 56, 4A and A9. RGB value is (86,74,169). Sum of RGB (Red+Green+Blue) = 86+74+169=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #564AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564AA9 is #A9B556. Grayscale: #585858. Windows color (decimal): -11122007 or 11094614. OLE color: 11094614.

HSL color Cylindrical-coordinate representation of color #564AA9: hue angle of 247.58º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #564AA9 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 86 74 169 -
CMYK 0.49 0.56 0 0.34
HSL 247.58º 0.39% 0.48% -
HSV(B) 247.58º 0.56% 0.66% -
XYZ 13.45 9.74 38.71 -
YUV 88.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 86 74 169 0.49 0.56 0 0.34 247.58 0.39 0.48
Hex 56 4A A9 31 38 0 22 F8 27 30
Octal 126 112 251 61 70 0 42 370 47 60
Binary 1010110 1001010 10101001 110001 111000 0 100010 11111000 100111 110000

Color Harmonies of #564AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564AA9

Black with #564AA9

Text Example


Text Example

White with #564AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564AA9; }

 p { color: rgb(86,74,169); }

 H1.HeaderClassName
 {
   color: #564AA9;
 }
 .AnyTagClassName
 {
   color: #564AA9;
 }
</style>

background-color css

<style>
 a { background-color: #564AA9; }

 a { background-color: rgb(86,74,169); }

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

border-color css

<style>
 span { border-color: #564AA9; }

 span { border-color: rgb(86,74,169); }

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