Html Css Color HEX #564584 Gigas

📋 copy color: '#564584'

red 86 ◦ green 69 ◦ blue 132

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

Shades of Gigas #564584

Tints of Gigas #564584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 29.97%
G = 24.04%
B = 45.99%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#564584 (or 0x564584) is known color: Gigas. HEX triplet: 56, 45 and 84. RGB value is (86,69,132). Sum of RGB (Red+Green+Blue) = 86+69+132=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #564584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564584 is #A9BA7B. Grayscale: #515151. Windows color (decimal): -11123324 or 8668502. OLE color: 8668502.

HSL color Cylindrical-coordinate representation of color #564584: hue angle of 256.19º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564584 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 69 132 -
CMYK 0.35 0.48 0 0.48
HSL 256.19º 0.31% 0.39% -
HSV(B) 256.19º 0.48% 0.52% -
XYZ 10.13 7.9 22.82 -
YUV 81.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 86 69 132 0.35 0.48 0 0.48 256.19 0.31 0.39
Hex 56 45 84 23 30 0 30 100 1F 27
Octal 126 105 204 43 60 0 60 400 37 47
Binary 1010110 1000101 10000100 100011 110000 0 110000 100000000 11111 100111

Color Harmonies of #564584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564584

Black with #564584

Text Example


Text Example

White with #564584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564584; }

 p { color: rgb(86,69,132); }

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

background-color css

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

 a { background-color: rgb(86,69,132); }

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

border-color css

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

 span { border-color: rgb(86,69,132); }

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