Html Css Color HEX #564FAF Rich Blue

📋 copy color: '#564FAF'

red 86 ◦ green 79 ◦ blue 175

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

Shades of Rich Blue #564FAF

Tints of Rich Blue #564FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 25.29%
G = 23.24%
B = 51.47%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#564FAF (or 0x564FAF) is known color: Rich Blue. HEX triplet: 56, 4F and AF. RGB value is (86,79,175). Sum of RGB (Red+Green+Blue) = 86+79+175=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #564FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FAF is #A9B050. Grayscale: #5B5B5B. Windows color (decimal): -11120721 or 11489110. OLE color: 11489110.

HSL color Cylindrical-coordinate representation of color #564FAF: hue angle of 244.37º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564FAF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 79 175 -
CMYK 0.51 0.55 0 0.31
HSL 244.38º 0.38% 0.5% -
HSV(B) 244.38º 0.55% 0.69% -
XYZ 14.37 10.67 41.86 -
YUV 92.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 86 79 175 0.51 0.55 0 0.31 244.38 0.38 0.5
Hex 56 4F AF 33 37 0 1F F4 26 32
Octal 126 117 257 63 67 0 37 364 46 62
Binary 1010110 1001111 10101111 110011 110111 0 11111 11110100 100110 110010

Color Harmonies of #564FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FAF

Black with #564FAF

Text Example


Text Example

White with #564FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,79,175); }

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

background-color css

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

 a { background-color: rgb(86,79,175); }

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

border-color css

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

 span { border-color: rgb(86,79,175); }

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