Html Css Color HEX #56488E Gigas

📋 copy color: '#56488E'

red 86 ◦ green 72 ◦ blue 142

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

Shades of Gigas #56488E

Tints of Gigas #56488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 28.67%
G = 24%
B = 47.33%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56488E (or 0x56488E) is known color: Gigas. HEX triplet: 56, 48 and 8E. RGB value is (86,72,142). Sum of RGB (Red+Green+Blue) = 86+72+142=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #56488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56488E is #A9B771. Grayscale: #535353. Windows color (decimal): -11122546 or 9324630. OLE color: 9324630.

HSL color Cylindrical-coordinate representation of color #56488E: hue angle of 252º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56488E is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 72 142 -
CMYK 0.39 0.49 0 0.44
HSL 252º 0.33% 0.42% -
HSV(B) 252º 0.49% 0.56% -
XYZ 11.04 8.57 26.66 -
YUV 84.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 86 72 142 0.39 0.49 0 0.44 252 0.33 0.42
Hex 56 48 8E 27 31 0 2C FC 21 2A
Octal 126 110 216 47 61 0 54 374 41 52
Binary 1010110 1001000 10001110 100111 110001 0 101100 11111100 100001 101010

Color Harmonies of #56488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56488E

Black with #56488E

Text Example


Text Example

White with #56488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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