Html Css Color HEX #56418B Gigas

📋 copy color: '#56418B'

red 86 ◦ green 65 ◦ blue 139

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

Shades of Gigas #56418B

Tints of Gigas #56418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 29.66%
G = 22.41%
B = 47.93%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56418B (or 0x56418B) is known color: Gigas. HEX triplet: 56, 41 and 8B. RGB value is (86,65,139). Sum of RGB (Red+Green+Blue) = 86+65+139=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #56418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56418B is #A9BE74. Grayscale: #4F4F4F. Windows color (decimal): -11124341 or 9126230. OLE color: 9126230.

HSL color Cylindrical-coordinate representation of color #56418B: hue angle of 257.03º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56418B is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 65 139 -
CMYK 0.38 0.53 0 0.45
HSL 257.03º 0.36% 0.4% -
HSV(B) 257.03º 0.53% 0.55% -
XYZ 10.39 7.62 25.35 -
YUV 79.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 86 65 139 0.38 0.53 0 0.45 257.03 0.36 0.4
Hex 56 41 8B 26 35 0 2D 101 24 28
Octal 126 101 213 46 65 0 55 401 44 50
Binary 1010110 1000001 10001011 100110 110101 0 101101 100000001 100100 101000

Color Harmonies of #56418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56418B

Black with #56418B

Text Example


Text Example

White with #56418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56418B; }

 p { color: rgb(86,65,139); }

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

background-color css

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

 a { background-color: rgb(86,65,139); }

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

border-color css

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

 span { border-color: rgb(86,65,139); }

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