Html Css Color HEX #56468C Gigas

📋 copy color: '#56468C'

red 86 ◦ green 70 ◦ blue 140

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

Shades of Gigas #56468C

Tints of Gigas #56468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 29.05%
G = 23.65%
B = 47.3%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56468C (or 0x56468C) is known color: Gigas. HEX triplet: 56, 46 and 8C. RGB value is (86,70,140). Sum of RGB (Red+Green+Blue) = 86+70+140=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #56468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56468C is #A9B973. Grayscale: #525252. Windows color (decimal): -11123060 or 9193046. OLE color: 9193046.

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

Color convert

RGB 86 70 140 -
CMYK 0.39 0.50 0 0.45
HSL 253.71º 0.33% 0.41% -
HSV(B) 253.71º 0.5% 0.55% -
XYZ 10.76 8.25 25.84 -
YUV 82.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 86 70 140 0.39 0.50 0 0.45 253.71 0.33 0.41
Hex 56 46 8C 27 32 0 2D FE 21 29
Octal 126 106 214 47 62 0 55 376 41 51
Binary 1010110 1000110 10001100 100111 110010 0 101101 11111110 100001 101001

Color Harmonies of #56468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56468C

Black with #56468C

Text Example


Text Example

White with #56468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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