Html Css Color HEX #57458A Gigas

📋 copy color: '#57458A'

red 87 ◦ green 69 ◦ blue 138

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

Shades of Gigas #57458A

Tints of Gigas #57458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 29.59%
G = 23.47%
B = 46.94%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57458A (or 0x57458A) is known color: Gigas. HEX triplet: 57, 45 and 8A. RGB value is (87,69,138). Sum of RGB (Red+Green+Blue) = 87+69+138=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #57458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57458A is #A8BA75. Grayscale: #515151. Windows color (decimal): -11057782 or 9061719. OLE color: 9061719.

HSL color Cylindrical-coordinate representation of color #57458A: hue angle of 255.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57458A is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 69 138 -
CMYK 0.37 0.5 0 0.46
HSL 255.65º 0.33% 0.41% -
HSV(B) 255.65º 0.5% 0.54% -
XYZ 10.65 8.12 25.05 -
YUV 82.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 87 69 138 0.37 0.5 0 0.46 255.65 0.33 0.41
Hex 57 45 8A 25 32 0 2E 100 21 29
Octal 127 105 212 45 62 0 56 400 41 51
Binary 1010111 1000101 10001010 100101 110010 0 101110 100000000 100001 101001

Color Harmonies of #57458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57458A

Black with #57458A

Text Example


Text Example

White with #57458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57458A; }

 p { color: rgb(87,69,138); }

 H1.HeaderClassName
 {
   color: #57458A;
 }
 .AnyTagClassName
 {
   color: #57458A;
 }
</style>

background-color css

<style>
 a { background-color: #57458A; }

 a { background-color: rgb(87,69,138); }

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

border-color css

<style>
 span { border-color: #57458A; }

 span { border-color: rgb(87,69,138); }

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