Html Css Color HEX #564081 Gigas

📋 copy color: '#564081'

red 86 ◦ green 64 ◦ blue 129

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

Shades of Gigas #564081

Tints of Gigas #564081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 30.82%
G = 22.94%
B = 46.24%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564081 (or 0x564081) is known color: Gigas. HEX triplet: 56, 40 and 81. RGB value is (86,64,129). Sum of RGB (Red+Green+Blue) = 86+64+129=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #564081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564081 is #A9BF7E. Grayscale: #4D4D4D. Windows color (decimal): -11124607 or 8470614. OLE color: 8470614.

HSL color Cylindrical-coordinate representation of color #564081: hue angle of 260.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564081 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 64 129 -
CMYK 0.33 0.50 0 0.49
HSL 260.31º 0.34% 0.38% -
HSV(B) 260.31º 0.5% 0.51% -
XYZ 9.63 7.23 21.66 -
YUV 77.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 86 64 129 0.33 0.50 0 0.49 260.31 0.34 0.38
Hex 56 40 81 21 32 0 31 104 22 26
Octal 126 100 201 41 62 0 61 404 42 46
Binary 1010110 1000000 10000001 100001 110010 0 110001 100000100 100010 100110

Color Harmonies of #564081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564081

Black with #564081

Text Example


Text Example

White with #564081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564081; }

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

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

background-color css

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

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

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

border-color css

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

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

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