Html Css Color HEX #564790 Gigas

📋 copy color: '#564790'

red 86 ◦ green 71 ◦ blue 144

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

Shades of Gigas #564790

Tints of Gigas #564790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 28.57%
G = 23.59%
B = 47.84%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#564790 (or 0x564790) is known color: Gigas. HEX triplet: 56, 47 and 90. RGB value is (86,71,144). Sum of RGB (Red+Green+Blue) = 86+71+144=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #564790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564790 is #A9B86F. Grayscale: #535353. Windows color (decimal): -11122800 or 9455446. OLE color: 9455446.

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

Color convert

RGB 86 71 144 -
CMYK 0.40 0.51 0 0.44
HSL 252.33º 0.34% 0.42% -
HSV(B) 252.33º 0.51% 0.56% -
XYZ 11.13 8.5 27.44 -
YUV 83.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 86 71 144 0.40 0.51 0 0.44 252.33 0.34 0.42
Hex 56 47 90 28 33 0 2C FC 22 2A
Octal 126 107 220 50 63 0 54 374 42 52
Binary 1010110 1000111 10010000 101000 110011 0 101100 11111100 100010 101010

Color Harmonies of #564790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564790

Black with #564790

Text Example


Text Example

White with #564790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564790; }

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

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

background-color css

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

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

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

border-color css

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

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

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