Html Css Color HEX #57458C Gigas

📋 copy color: '#57458C'

red 87 ◦ green 69 ◦ blue 140

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

Shades of Gigas #57458C

Tints of Gigas #57458C

RGB

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

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

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

R = 29.39%
G = 23.31%
B = 47.3%

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

#57458C (or 0x57458C) is known color: Gigas. HEX triplet: 57, 45 and 8C. RGB value is (87,69,140). Sum of RGB (Red+Green+Blue) = 87+69+140=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #57458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57458C is #A8BA73. Grayscale: #525252. Windows color (decimal): -11057780 or 9192791. OLE color: 9192791.

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

Color convert

RGB 87 69 140 -
CMYK 0.38 0.51 0 0.45
HSL 255.21º 0.34% 0.41% -
HSV(B) 255.21º 0.51% 0.55% -
XYZ 10.79 8.18 25.82 -
YUV 82.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 87 69 140 0.38 0.51 0 0.45 255.21 0.34 0.41
Hex 57 45 8C 26 33 0 2D FF 22 29
Octal 127 105 214 46 63 0 55 377 42 51
Binary 1010111 1000101 10001100 100110 110011 0 101101 11111111 100010 101001

Color Harmonies of #57458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57458C

Black with #57458C

Text Example


Text Example

White with #57458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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