Html Css Color HEX #56488B Gigas

📋 copy color: '#56488B'

red 86 ◦ green 72 ◦ blue 139

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

Shades of Gigas #56488B

Tints of Gigas #56488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 28.96%
G = 24.24%
B = 46.8%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56488B (or 0x56488B) is known color: Gigas. HEX triplet: 56, 48 and 8B. RGB value is (86,72,139). Sum of RGB (Red+Green+Blue) = 86+72+139=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #56488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56488B is #A9B774. Grayscale: #535353. Windows color (decimal): -11122549 or 9128022. OLE color: 9128022.

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

Color convert

RGB 86 72 139 -
CMYK 0.38 0.48 0 0.45
HSL 252.54º 0.32% 0.41% -
HSV(B) 252.54º 0.48% 0.55% -
XYZ 10.82 8.48 25.49 -
YUV 83.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 86 72 139 0.38 0.48 0 0.45 252.54 0.32 0.41
Hex 56 48 8B 26 30 0 2D FD 20 29
Octal 126 110 213 46 60 0 55 375 40 51
Binary 1010110 1001000 10001011 100110 110000 0 101101 11111101 100000 101001

Color Harmonies of #56488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56488B

Black with #56488B

Text Example


Text Example

White with #56488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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