Html Css Color HEX #564AAE Rich Blue

📋 copy color: '#564AAE'

red 86 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #564AAE

Tints of Rich Blue #564AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 25.75%
G = 22.16%
B = 52.1%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#564AAE (or 0x564AAE) is known color: Rich Blue. HEX triplet: 56, 4A and AE. RGB value is (86,74,174). Sum of RGB (Red+Green+Blue) = 86+74+174=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #564AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564AAE is #A9B551. Grayscale: #585858. Windows color (decimal): -11122002 or 11422294. OLE color: 11422294.

HSL color Cylindrical-coordinate representation of color #564AAE: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #564AAE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 74 174 -
CMYK 0.51 0.57 0 0.32
HSL 247.2º 0.4% 0.49% -
HSV(B) 247.2º 0.57% 0.68% -
XYZ 13.93 9.93 41.23 -
YUV 88.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 86 74 174 0.51 0.57 0 0.32 247.2 0.4 0.49
Hex 56 4A AE 33 39 0 20 F7 28 31
Octal 126 112 256 63 71 0 40 367 50 61
Binary 1010110 1001010 10101110 110011 111001 0 100000 11110111 101000 110001

Color Harmonies of #564AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564AAE

Black with #564AAE

Text Example


Text Example

White with #564AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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