Html Css Color HEX #564381 Gigas

📋 copy color: '#564381'

red 86 ◦ green 67 ◦ blue 129

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

Shades of Gigas #564381

Tints of Gigas #564381

RGB

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

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

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

R = 30.5%
G = 23.76%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564381 (or 0x564381) is known color: Gigas. HEX triplet: 56, 43 and 81. RGB value is (86,67,129). Sum of RGB (Red+Green+Blue) = 86+67+129=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #564381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564381 is #A9BC7E. Grayscale: #4F4F4F. Windows color (decimal): -11123839 or 8471382. OLE color: 8471382.

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

Color convert

RGB 86 67 129 -
CMYK 0.33 0.48 0 0.49
HSL 258.39º 0.32% 0.38% -
HSV(B) 258.39º 0.48% 0.51% -
XYZ 9.81 7.58 21.71 -
YUV 79.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 86 67 129 0.33 0.48 0 0.49 258.39 0.32 0.38
Hex 56 43 81 21 30 0 31 102 20 26
Octal 126 103 201 41 60 0 61 402 40 46
Binary 1010110 1000011 10000001 100001 110000 0 110001 100000010 100000 100110

Color Harmonies of #564381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564381

Black with #564381

Text Example


Text Example

White with #564381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564381; }

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

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

background-color css

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

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

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

border-color css

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

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

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