Html Css Color HEX #56478C Gigas

📋 copy color: '#56478C'

red 86 ◦ green 71 ◦ blue 140

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

Shades of Gigas #56478C

Tints of Gigas #56478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 28.96%
G = 23.91%
B = 47.14%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56478C (or 0x56478C) is known color: Gigas. HEX triplet: 56, 47 and 8C. RGB value is (86,71,140). Sum of RGB (Red+Green+Blue) = 86+71+140=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #56478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56478C is #A9B873. Grayscale: #535353. Windows color (decimal): -11122804 or 9193302. OLE color: 9193302.

HSL color Cylindrical-coordinate representation of color #56478C: hue angle of 253.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56478C is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 71 140 -
CMYK 0.39 0.49 0 0.45
HSL 253.04º 0.33% 0.41% -
HSV(B) 253.04º 0.49% 0.55% -
XYZ 10.82 8.38 25.86 -
YUV 83.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 86 71 140 0.39 0.49 0 0.45 253.04 0.33 0.41
Hex 56 47 8C 27 31 0 2D FD 21 29
Octal 126 107 214 47 61 0 55 375 41 51
Binary 1010110 1000111 10001100 100111 110001 0 101101 11111101 100001 101001

Color Harmonies of #56478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56478C

Black with #56478C

Text Example


Text Example

White with #56478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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