Html Css Color HEX #56448F Gigas

📋 copy color: '#56448F'

red 86 ◦ green 68 ◦ blue 143

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

Shades of Gigas #56448F

Tints of Gigas #56448F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 28.96%
G = 22.9%
B = 48.15%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56448F (or 0x56448F) is known color: Gigas. HEX triplet: 56, 44 and 8F. RGB value is (86,68,143). Sum of RGB (Red+Green+Blue) = 86+68+143=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #56448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56448F is #A9BB70. Grayscale: #515151. Windows color (decimal): -11123569 or 9389142. OLE color: 9389142.

HSL color Cylindrical-coordinate representation of color #56448F: hue angle of 254.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56448F is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 68 143 -
CMYK 0.40 0.52 0 0.44
HSL 254.4º 0.36% 0.41% -
HSV(B) 254.4º 0.52% 0.56% -
XYZ 10.86 8.1 26.98 -
YUV 81.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 86 68 143 0.40 0.52 0 0.44 254.4 0.36 0.41
Hex 56 44 8F 28 34 0 2C FE 24 29
Octal 126 104 217 50 64 0 54 376 44 51
Binary 1010110 1000100 10001111 101000 110100 0 101100 11111110 100100 101001

Color Harmonies of #56448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56448F

Black with #56448F

Text Example


Text Example

White with #56448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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