Html Css Color HEX #57438E Gigas

📋 copy color: '#57438E'

red 87 ◦ green 67 ◦ blue 142

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

Shades of Gigas #57438E

Tints of Gigas #57438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

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

R = 29.39%
G = 22.64%
B = 47.97%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57438E (or 0x57438E) is known color: Gigas. HEX triplet: 57, 43 and 8E. RGB value is (87,67,142). Sum of RGB (Red+Green+Blue) = 87+67+142=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #57438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57438E is #A8BC71. Grayscale: #515151. Windows color (decimal): -11058290 or 9323351. OLE color: 9323351.

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

Color convert

RGB 87 67 142 -
CMYK 0.39 0.53 0 0.44
HSL 256º 0.36% 0.41% -
HSV(B) 256º 0.53% 0.56% -
XYZ 10.82 7.99 26.56 -
YUV 81.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 87 67 142 0.39 0.53 0 0.44 256 0.36 0.41
Hex 57 43 8E 27 35 0 2C 100 24 29
Octal 127 103 216 47 65 0 54 400 44 51
Binary 1010111 1000011 10001110 100111 110101 0 101100 100000000 100100 101001

Color Harmonies of #57438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57438E

Black with #57438E

Text Example


Text Example

White with #57438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,67,142); }

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

background-color css

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

 a { background-color: rgb(87,67,142); }

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

border-color css

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

 span { border-color: rgb(87,67,142); }

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