#564995

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

Shades of Gigas #564995

Tints of Gigas #564995

Color information

#564995 (or 0x564995) is unknown color: approx Gigas. HEX triplet: 56, 49 and 95. RGB value is (86,73,149). Sum of RGB (Red+Green+Blue) = 86+73+149=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #564995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564995 is #A9B66A. Grayscale: #555555. Windows color (decimal): -11122283 or 9783638. OLE color: 9783638.

HSL color Cylindrical-coordinate representation of color #564995: hue angle of 250.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564995 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8673149-
CMYK0.420.5100.42
HSL250.26º34.23%43.53%-
HSV(B)250.26º51.01%58.43%-
XYZ11.658.9129.54-
YUV85.55163.81128.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=27.92%
G=23.70%
B=48.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86731490.420.5100.42250.2634.2343.53
Hex5649952A3302Afa222c
Octal12611122552630523724254
Binary1010110100100110010101101010110011010101011111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564995; }

 p { color: rgb(86,73,149); }

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

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

 a { background-color: rgb(86,73,149); }

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

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

 span { border-color: rgb(86,73,149); }

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