Html Css Color HEX #56467C Gigas

📋 copy color: '#56467C'

red 86 ◦ green 70 ◦ blue 124

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

Shades of Gigas #56467C

Tints of Gigas #56467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 30.71%
G = 25%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56467C (or 0x56467C) is known color: Gigas. HEX triplet: 56, 46 and 7C. RGB value is (86,70,124). Sum of RGB (Red+Green+Blue) = 86+70+124=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #56467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56467C is #A9B983. Grayscale: #505050. Windows color (decimal): -11123076 or 8144470. OLE color: 8144470.

HSL color Cylindrical-coordinate representation of color #56467C: hue angle of 257.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56467C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 70 124 -
CMYK 0.31 0.44 0 0.51
HSL 257.78º 0.28% 0.38% -
HSV(B) 257.78º 0.44% 0.49% -
XYZ 9.67 7.81 20.07 -
YUV 80.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 86 70 124 0.31 0.44 0 0.51 257.78 0.28 0.38
Hex 56 46 7C 1F 2C 0 33 102 1C 26
Octal 126 106 174 37 54 0 63 402 34 46
Binary 1010110 1000110 1111100 11111 101100 0 110011 100000010 11100 100110

Color Harmonies of #56467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56467C

Black with #56467C

Text Example


Text Example

White with #56467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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