Html Css Color HEX #56428C Gigas

📋 copy color: '#56428C'

red 86 ◦ green 66 ◦ blue 140

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

Shades of Gigas #56428C

Tints of Gigas #56428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 29.45%
G = 22.6%
B = 47.95%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56428C (or 0x56428C) is known color: Gigas. HEX triplet: 56, 42 and 8C. RGB value is (86,66,140). Sum of RGB (Red+Green+Blue) = 86+66+140=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #56428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56428C is #A9BD73. Grayscale: #505050. Windows color (decimal): -11124084 or 9192022. OLE color: 9192022.

HSL color Cylindrical-coordinate representation of color #56428C: hue angle of 256.22º 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 #56428C is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 66 140 -
CMYK 0.39 0.53 0 0.45
HSL 256.22º 0.36% 0.4% -
HSV(B) 256.22º 0.53% 0.55% -
XYZ 10.52 7.77 25.76 -
YUV 80.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 86 66 140 0.39 0.53 0 0.45 256.22 0.36 0.4
Hex 56 42 8C 27 35 0 2D 100 24 28
Octal 126 102 214 47 65 0 55 400 44 50
Binary 1010110 1000010 10001100 100111 110101 0 101101 100000000 100100 101000

Color Harmonies of #56428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56428C

Black with #56428C

Text Example


Text Example

White with #56428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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