Html Css Color HEX #56478F Gigas

📋 copy color: '#56478F'

red 86 ◦ green 71 ◦ blue 143

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

Shades of Gigas #56478F

Tints of Gigas #56478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.67%

R = 28.67%
G = 23.67%
B = 47.67%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56478F (or 0x56478F) is known color: Gigas. HEX triplet: 56, 47 and 8F. RGB value is (86,71,143). Sum of RGB (Red+Green+Blue) = 86+71+143=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #56478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56478F is #A9B870. Grayscale: #535353. Windows color (decimal): -11122801 or 9389910. OLE color: 9389910.

HSL color Cylindrical-coordinate representation of color #56478F: hue angle of 252.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56478F is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 71 143 -
CMYK 0.40 0.50 0 0.44
HSL 252.5º 0.34% 0.42% -
HSV(B) 252.5º 0.5% 0.56% -
XYZ 11.05 8.47 27.04 -
YUV 83.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 86 71 143 0.40 0.50 0 0.44 252.5 0.34 0.42
Hex 56 47 8F 28 32 0 2C FD 22 2A
Octal 126 107 217 50 62 0 54 375 42 52
Binary 1010110 1000111 10001111 101000 110010 0 101100 11111101 100010 101010

Color Harmonies of #56478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56478F

Black with #56478F

Text Example


Text Example

White with #56478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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