Html Css Color HEX #564490 Gigas

📋 copy color: '#564490'

red 86 ◦ green 68 ◦ blue 144

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

Shades of Gigas #564490

Tints of Gigas #564490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 28.86%
G = 22.82%
B = 48.32%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#564490 (or 0x564490) is known color: Gigas. HEX triplet: 56, 44 and 90. RGB value is (86,68,144). Sum of RGB (Red+Green+Blue) = 86+68+144=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #564490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564490 is #A9BB6F. Grayscale: #515151. Windows color (decimal): -11123568 or 9454678. OLE color: 9454678.

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

Color convert

RGB 86 68 144 -
CMYK 0.40 0.53 0 0.44
HSL 254.21º 0.36% 0.42% -
HSV(B) 254.21º 0.53% 0.56% -
XYZ 10.94 8.13 27.38 -
YUV 82.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 86 68 144 0.40 0.53 0 0.44 254.21 0.36 0.42
Hex 56 44 90 28 35 0 2C FE 24 2A
Octal 126 104 220 50 65 0 54 376 44 52
Binary 1010110 1000100 10010000 101000 110101 0 101100 11111110 100100 101010

Color Harmonies of #564490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564490

Black with #564490

Text Example


Text Example

White with #564490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564490; }

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

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

background-color css

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

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

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

border-color css

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

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

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