Html Css Color HEX #57428B Gigas

📋 copy color: '#57428B'

red 87 ◦ green 66 ◦ blue 139

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

Shades of Gigas #57428B

Tints of Gigas #57428B

RGB

 RED value IS 87 (34.38% from 255) = 29.79%

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 29.79%
G = 22.6%
B = 47.6%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57428B (or 0x57428B) is known color: Gigas. HEX triplet: 57, 42 and 8B. RGB value is (87,66,139). Sum of RGB (Red+Green+Blue) = 87+66+139=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #57428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57428B is #A8BD74. Grayscale: #505050. Windows color (decimal): -11058549 or 9126487. OLE color: 9126487.

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

Color convert

RGB 87 66 139 -
CMYK 0.37 0.53 0 0.45
HSL 257.26º 0.36% 0.4% -
HSV(B) 257.26º 0.53% 0.55% -
XYZ 10.54 7.79 25.37 -
YUV 80.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 87 66 139 0.37 0.53 0 0.45 257.26 0.36 0.4
Hex 57 42 8B 25 35 0 2D 101 24 28
Octal 127 102 213 45 65 0 55 401 44 50
Binary 1010111 1000010 10001011 100101 110101 0 101101 100000001 100100 101000

Color Harmonies of #57428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57428B

Black with #57428B

Text Example


Text Example

White with #57428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57428B; }

 p { color: rgb(87,66,139); }

 H1.HeaderClassName
 {
   color: #57428B;
 }
 .AnyTagClassName
 {
   color: #57428B;
 }
</style>

background-color css

<style>
 a { background-color: #57428B; }

 a { background-color: rgb(87,66,139); }

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

border-color css

<style>
 span { border-color: #57428B; }

 span { border-color: rgb(87,66,139); }

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