Html Css Color HEX #564384 Gigas

📋 copy color: '#564384'

red 86 ◦ green 67 ◦ blue 132

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

Shades of Gigas #564384

Tints of Gigas #564384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 30.18%
G = 23.51%
B = 46.32%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#564384 (or 0x564384) is known color: Gigas. HEX triplet: 56, 43 and 84. RGB value is (86,67,132). Sum of RGB (Red+Green+Blue) = 86+67+132=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #564384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564384 is #A9BC7B. Grayscale: #4F4F4F. Windows color (decimal): -11123836 or 8667990. OLE color: 8667990.

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

Color convert

RGB 86 67 132 -
CMYK 0.35 0.49 0 0.48
HSL 257.54º 0.33% 0.39% -
HSV(B) 257.54º 0.49% 0.52% -
XYZ 10.01 7.66 22.78 -
YUV 80.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 86 67 132 0.35 0.49 0 0.48 257.54 0.33 0.39
Hex 56 43 84 23 31 0 30 102 21 27
Octal 126 103 204 43 61 0 60 402 41 47
Binary 1010110 1000011 10000100 100011 110001 0 110000 100000010 100001 100111

Color Harmonies of #564384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564384

Black with #564384

Text Example


Text Example

White with #564384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564384; }

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

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

background-color css

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

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

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

border-color css

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

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

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