Html Css Color HEX #564591 Gigas

📋 copy color: '#564591'

red 86 ◦ green 69 ◦ blue 145

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

Shades of Gigas #564591

Tints of Gigas #564591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 28.67%
G = 23%
B = 48.33%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#564591 (or 0x564591) is known color: Gigas. HEX triplet: 56, 45 and 91. RGB value is (86,69,145). Sum of RGB (Red+Green+Blue) = 86+69+145=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #564591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564591 is #A9BA6E. Grayscale: #525252. Windows color (decimal): -11123311 or 9520470. OLE color: 9520470.

HSL color Cylindrical-coordinate representation of color #564591: hue angle of 253.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564591 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 69 145 -
CMYK 0.41 0.52 0 0.43
HSL 253.42º 0.36% 0.42% -
HSV(B) 253.42º 0.52% 0.57% -
XYZ 11.08 8.28 27.8 -
YUV 82.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 86 69 145 0.41 0.52 0 0.43 253.42 0.36 0.42
Hex 56 45 91 29 34 0 2B FD 24 2A
Octal 126 105 221 51 64 0 53 375 44 52
Binary 1010110 1000101 10010001 101001 110100 0 101011 11111101 100100 101010

Color Harmonies of #564591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564591

Black with #564591

Text Example


Text Example

White with #564591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564591; }

 p { color: rgb(86,69,145); }

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

background-color css

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

 a { background-color: rgb(86,69,145); }

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

border-color css

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

 span { border-color: rgb(86,69,145); }

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