Html Css Color HEX #564484 Gigas

📋 copy color: '#564484'

red 86 ◦ green 68 ◦ blue 132

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

Shades of Gigas #564484

Tints of Gigas #564484

RGB

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

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

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

R = 30.07%
G = 23.78%
B = 46.15%

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

#564484 (or 0x564484) is known color: Gigas. HEX triplet: 56, 44 and 84. RGB value is (86,68,132). Sum of RGB (Red+Green+Blue) = 86+68+132=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #564484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564484 is #A9BB7B. Grayscale: #505050. Windows color (decimal): -11123580 or 8668246. OLE color: 8668246.

HSL color Cylindrical-coordinate representation of color #564484: hue angle of 256.88º degrees, saturation: 0.32, 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 #564484 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 68 132 -
CMYK 0.35 0.48 0 0.48
HSL 256.88º 0.32% 0.39% -
HSV(B) 256.88º 0.48% 0.52% -
XYZ 10.07 7.78 22.8 -
YUV 80.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 86 68 132 0.35 0.48 0 0.48 256.88 0.32 0.39
Hex 56 44 84 23 30 0 30 101 20 27
Octal 126 104 204 43 60 0 60 401 40 47
Binary 1010110 1000100 10000100 100011 110000 0 110000 100000001 100000 100111

Color Harmonies of #564484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564484

Black with #564484

Text Example


Text Example

White with #564484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564484; }

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

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

background-color css

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

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

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

border-color css

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

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

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