Html Css Color HEX #564683 Gigas

📋 copy color: '#564683'

red 86 ◦ green 70 ◦ blue 131

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

Shades of Gigas #564683

Tints of Gigas #564683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 29.97%
G = 24.39%
B = 45.64%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564683 (or 0x564683) is known color: Gigas. HEX triplet: 56, 46 and 83. RGB value is (86,70,131). Sum of RGB (Red+Green+Blue) = 86+70+131=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #564683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564683 is #A9B97C. Grayscale: #515151. Windows color (decimal): -11123069 or 8603222. OLE color: 8603222.

HSL color Cylindrical-coordinate representation of color #564683: hue angle of 255.74º degrees, saturation: 0.3, 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 #564683 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 70 131 -
CMYK 0.34 0.47 0 0.49
HSL 255.74º 0.3% 0.39% -
HSV(B) 255.74º 0.47% 0.51% -
XYZ 10.12 8 22.48 -
YUV 81.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 86 70 131 0.34 0.47 0 0.49 255.74 0.3 0.39
Hex 56 46 83 22 2F 0 31 100 1E 27
Octal 126 106 203 42 57 0 61 400 36 47
Binary 1010110 1000110 10000011 100010 101111 0 110001 100000000 11110 100111

Color Harmonies of #564683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564683

Black with #564683

Text Example


Text Example

White with #564683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564683; }

 p { color: rgb(86,70,131); }

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

background-color css

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

 a { background-color: rgb(86,70,131); }

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

border-color css

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

 span { border-color: rgb(86,70,131); }

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