Html Css Color HEX #564692 Gigas

📋 copy color: '#564692'

red 86 ◦ green 70 ◦ blue 146

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

Shades of Gigas #564692

Tints of Gigas #564692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 28.48%
G = 23.18%
B = 48.34%

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

#564692 (or 0x564692) is known color: Gigas. HEX triplet: 56, 46 and 92. RGB value is (86,70,146). Sum of RGB (Red+Green+Blue) = 86+70+146=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #564692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564692 is #A9B96D. Grayscale: #535353. Windows color (decimal): -11123054 or 9586262. OLE color: 9586262.

HSL color Cylindrical-coordinate representation of color #564692: hue angle of 252.63º degrees, saturation: 0.35, 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 #564692 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 70 146 -
CMYK 0.41 0.52 0 0.43
HSL 252.63º 0.35% 0.42% -
HSV(B) 252.63º 0.52% 0.57% -
XYZ 11.22 8.43 28.23 -
YUV 83.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 86 70 146 0.41 0.52 0 0.43 252.63 0.35 0.42
Hex 56 46 92 29 34 0 2B FD 23 2A
Octal 126 106 222 51 64 0 53 375 43 52
Binary 1010110 1000110 10010010 101001 110100 0 101011 11111101 100011 101010

Color Harmonies of #564692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564692

Black with #564692

Text Example


Text Example

White with #564692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564692; }

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

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

background-color css

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

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

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

border-color css

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

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

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