#564675

Color #564675 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #564675

Tints of Gigas #564675

Color information

#564675 (or 0x564675) is unknown color: approx Gigas. HEX triplet: 56, 46 and 75. RGB value is (86,70,117). Sum of RGB (Red+Green+Blue) = 86+70+117=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #564675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564675 is #A9B98A. Grayscale: #4F4F4F. Windows color (decimal): -11123083 or 7685718. OLE color: 7685718.

HSL color Cylindrical-coordinate representation of color #564675: hue angle of 260.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564675 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8670117-
CMYK0.260.4000.54
HSL260.43º25.13%36.67%-
HSV(B)260.43º40.17%45.88%-
XYZ9.247.6417.82-
YUV80.14148.8132.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=31.50%
G=25.64%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86701170.260.4000.54260.4325.1336.67
Hex5646751A280361041925
Octal12610616532500664043145
Binary10101101000110111010111010101000011011010000010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564675; }

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

 H1.HeaderClassName
 {
   color: #564675;
 }
 .AnyTagClassName
 {
   color: #564675;
 }
</style>
background-color css

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

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

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

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

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

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