Html Css Color HEX #564795 Gigas

📋 copy color: '#564795'

red 86 ◦ green 71 ◦ blue 149

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

Shades of Gigas #564795

Tints of Gigas #564795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 28.1%
G = 23.2%
B = 48.69%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#564795 (or 0x564795) is known color: Gigas. HEX triplet: 56, 47 and 95. RGB value is (86,71,149). Sum of RGB (Red+Green+Blue) = 86+71+149=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #564795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564795 is #A9B86A. Grayscale: #545454. Windows color (decimal): -11122795 or 9783126. OLE color: 9783126.

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

Color convert

RGB 86 71 149 -
CMYK 0.42 0.52 0 0.42
HSL 251.54º 0.35% 0.43% -
HSV(B) 251.54º 0.52% 0.58% -
XYZ 11.52 8.65 29.5 -
YUV 84.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 86 71 149 0.42 0.52 0 0.42 251.54 0.35 0.43
Hex 56 47 95 2A 34 0 2A FC 23 2B
Octal 126 107 225 52 64 0 52 374 43 53
Binary 1010110 1000111 10010101 101010 110100 0 101010 11111100 100011 101011

Color Harmonies of #564795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564795

Black with #564795

Text Example


Text Example

White with #564795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564795; }

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

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

background-color css

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

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

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

border-color css

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

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

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