Html Css Color HEX #564481 Gigas

📋 copy color: '#564481'

red 86 ◦ green 68 ◦ blue 129

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

Shades of Gigas #564481

Tints of Gigas #564481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 30.39%
G = 24.03%
B = 45.58%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564481 (or 0x564481) is known color: Gigas. HEX triplet: 56, 44 and 81. RGB value is (86,68,129). Sum of RGB (Red+Green+Blue) = 86+68+129=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #564481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564481 is #A9BB7E. Grayscale: #505050. Windows color (decimal): -11123583 or 8471638. OLE color: 8471638.

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

Color convert

RGB 86 68 129 -
CMYK 0.33 0.47 0 0.49
HSL 257.7º 0.31% 0.39% -
HSV(B) 257.7º 0.47% 0.51% -
XYZ 9.87 7.7 21.73 -
YUV 80.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 86 68 129 0.33 0.47 0 0.49 257.7 0.31 0.39
Hex 56 44 81 21 2F 0 31 102 1F 27
Octal 126 104 201 41 57 0 61 402 37 47
Binary 1010110 1000100 10000001 100001 101111 0 110001 100000010 11111 100111

Color Harmonies of #564481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564481

Black with #564481

Text Example


Text Example

White with #564481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564481; }

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

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

background-color css

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

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

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

border-color css

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

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

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