Html Css Color HEX #55428E Gigas

📋 copy color: '#55428E'

red 85 ◦ green 66 ◦ blue 142

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

Shades of Gigas #55428E

Tints of Gigas #55428E

RGB

 RED value IS 85 (33.59% from 255) = 29.01%

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

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

R = 29.01%
G = 22.53%
B = 48.46%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55428E (or 0x55428E) is known color: Gigas. HEX triplet: 55, 42 and 8E. RGB value is (85,66,142). Sum of RGB (Red+Green+Blue) = 85+66+142=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #55428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55428E is #AABD71. Grayscale: #505050. Windows color (decimal): -11189618 or 9323093. OLE color: 9323093.

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

Color convert

RGB 85 66 142 -
CMYK 0.40 0.54 0 0.44
HSL 255º 0.37% 0.41% -
HSV(B) 255º 0.54% 0.56% -
XYZ 10.58 7.78 26.54 -
YUV 80.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 85 66 142 0.40 0.54 0 0.44 255 0.37 0.41
Hex 55 42 8E 28 36 0 2C FF 25 29
Octal 125 102 216 50 66 0 54 377 45 51
Binary 1010101 1000010 10001110 101000 110110 0 101100 11111111 100101 101001

Color Harmonies of #55428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55428E

Black with #55428E

Text Example


Text Example

White with #55428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,66,142); }

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

background-color css

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

 a { background-color: rgb(85,66,142); }

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

border-color css

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

 span { border-color: rgb(85,66,142); }

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