Html Css Color HEX #564792 Gigas

📋 copy color: '#564792'

red 86 ◦ green 71 ◦ blue 146

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

Shades of Gigas #564792

Tints of Gigas #564792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 28.38%
G = 23.43%
B = 48.18%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#564792 (or 0x564792) is known color: Gigas. HEX triplet: 56, 47 and 92. RGB value is (86,71,146). Sum of RGB (Red+Green+Blue) = 86+71+146=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #564792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564792 is #A9B86D. Grayscale: #535353. Windows color (decimal): -11122798 or 9586518. OLE color: 9586518.

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

Color convert

RGB 86 71 146 -
CMYK 0.41 0.51 0 0.43
HSL 252º 0.35% 0.43% -
HSV(B) 252º 0.51% 0.57% -
XYZ 11.28 8.56 28.25 -
YUV 84.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 86 71 146 0.41 0.51 0 0.43 252 0.35 0.43
Hex 56 47 92 29 33 0 2B FC 23 2B
Octal 126 107 222 51 63 0 53 374 43 53
Binary 1010110 1000111 10010010 101001 110011 0 101011 11111100 100011 101011

Color Harmonies of #564792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564792

Black with #564792

Text Example


Text Example

White with #564792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564792; }

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

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

background-color css

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

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

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

border-color css

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

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

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