Html Css Color HEX #564782 Gigas

📋 copy color: '#564782'

red 86 ◦ green 71 ◦ blue 130

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

Shades of Gigas #564782

Tints of Gigas #564782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 29.97%
G = 24.74%
B = 45.3%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564782 (or 0x564782) is known color: Gigas. HEX triplet: 56, 47 and 82. RGB value is (86,71,130). Sum of RGB (Red+Green+Blue) = 86+71+130=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #564782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564782 is #A9B87D. Grayscale: #515151. Windows color (decimal): -11122814 or 8537942. OLE color: 8537942.

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

Color convert

RGB 86 71 130 -
CMYK 0.34 0.45 0 0.49
HSL 255.25º 0.29% 0.39% -
HSV(B) 255.25º 0.45% 0.51% -
XYZ 10.12 8.1 22.15 -
YUV 82.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 86 71 130 0.34 0.45 0 0.49 255.25 0.29 0.39
Hex 56 47 82 22 2D 0 31 FF 1D 27
Octal 126 107 202 42 55 0 61 377 35 47
Binary 1010110 1000111 10000010 100010 101101 0 110001 11111111 11101 100111

Color Harmonies of #564782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564782

Black with #564782

Text Example


Text Example

White with #564782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564782; }

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

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

background-color css

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

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

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

border-color css

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

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

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