Html Css Color HEX #564786 Gigas

📋 copy color: '#564786'

red 86 ◦ green 71 ◦ blue 134

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

Shades of Gigas #564786

Tints of Gigas #564786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 29.55%
G = 24.4%
B = 46.05%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564786 (or 0x564786) is known color: Gigas. HEX triplet: 56, 47 and 86. RGB value is (86,71,134). Sum of RGB (Red+Green+Blue) = 86+71+134=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #564786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564786 is #A9B879. Grayscale: #525252. Windows color (decimal): -11122810 or 8800086. OLE color: 8800086.

HSL color Cylindrical-coordinate representation of color #564786: hue angle of 254.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564786 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 71 134 -
CMYK 0.36 0.47 0 0.47
HSL 254.29º 0.31% 0.4% -
HSV(B) 254.29º 0.47% 0.53% -
XYZ 10.39 8.21 23.59 -
YUV 82.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 86 71 134 0.36 0.47 0 0.47 254.29 0.31 0.4
Hex 56 47 86 24 2F 0 2F FE 1F 28
Octal 126 107 206 44 57 0 57 376 37 50
Binary 1010110 1000111 10000110 100100 101111 0 101111 11111110 11111 101000

Color Harmonies of #564786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564786

Black with #564786

Text Example


Text Example

White with #564786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564786; }

 p { color: rgb(86,71,134); }

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

background-color css

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

 a { background-color: rgb(86,71,134); }

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

border-color css

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

 span { border-color: rgb(86,71,134); }

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