Html Css Color HEX #57458D Gigas

📋 copy color: '#57458D'

red 87 ◦ green 69 ◦ blue 141

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

Shades of Gigas #57458D

Tints of Gigas #57458D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 29.29%
G = 23.23%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57458D (or 0x57458D) is known color: Gigas. HEX triplet: 57, 45 and 8D. RGB value is (87,69,141). Sum of RGB (Red+Green+Blue) = 87+69+141=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #57458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57458D is #A8BA72. Grayscale: #525252. Windows color (decimal): -11057779 or 9258327. OLE color: 9258327.

HSL color Cylindrical-coordinate representation of color #57458D: hue angle of 255º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57458D is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 69 141 -
CMYK 0.38 0.51 0 0.45
HSL 255º 0.34% 0.41% -
HSV(B) 255º 0.51% 0.55% -
XYZ 10.87 8.21 26.21 -
YUV 82.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 87 69 141 0.38 0.51 0 0.45 255 0.34 0.41
Hex 57 45 8D 26 33 0 2D FF 22 29
Octal 127 105 215 46 63 0 55 377 42 51
Binary 1010111 1000101 10001101 100110 110011 0 101101 11111111 100010 101001

Color Harmonies of #57458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57458D

Black with #57458D

Text Example


Text Example

White with #57458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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