Html Css Color HEX #564791 Gigas

📋 copy color: '#564791'

red 86 ◦ green 71 ◦ blue 145

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

Shades of Gigas #564791

Tints of Gigas #564791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 28.48%
G = 23.51%
B = 48.01%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#564791 (or 0x564791) is known color: Gigas. HEX triplet: 56, 47 and 91. RGB value is (86,71,145). Sum of RGB (Red+Green+Blue) = 86+71+145=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #564791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564791 is #A9B86E. Grayscale: #535353. Windows color (decimal): -11122799 or 9520982. OLE color: 9520982.

HSL color Cylindrical-coordinate representation of color #564791: hue angle of 252.16º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564791 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 71 145 -
CMYK 0.41 0.51 0 0.43
HSL 252.16º 0.34% 0.42% -
HSV(B) 252.16º 0.51% 0.57% -
XYZ 11.2 8.53 27.84 -
YUV 83.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 86 71 145 0.41 0.51 0 0.43 252.16 0.34 0.42
Hex 56 47 91 29 33 0 2B FC 22 2A
Octal 126 107 221 51 63 0 53 374 42 52
Binary 1010110 1000111 10010001 101001 110011 0 101011 11111100 100010 101010

Color Harmonies of #564791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564791

Black with #564791

Text Example


Text Example

White with #564791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564791; }

 p { color: rgb(86,71,145); }

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

background-color css

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

 a { background-color: rgb(86,71,145); }

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

border-color css

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

 span { border-color: rgb(86,71,145); }

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