Html Css Color HEX #5A437F Gigas

📋 copy color: '#5A437F'

red 90 ◦ green 67 ◦ blue 127

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

Shades of Gigas #5A437F

Tints of Gigas #5A437F

RGB

 RED value IS 90 (35.55% from 255) = 31.69%

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

 BLUE value IS 127 (50% from 255) = 44.72%

R = 31.69%
G = 23.59%
B = 44.72%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A437F (or 0x5A437F) is known color: Gigas. HEX triplet: 5A, 43 and 7F. RGB value is (90,67,127). Sum of RGB (Red+Green+Blue) = 90+67+127=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A437F is #A5BC80. Grayscale: #505050. Windows color (decimal): -10861697 or 8340314. OLE color: 8340314.

HSL color Cylindrical-coordinate representation of color #5A437F: hue angle of 263º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A437F is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 67 127 -
CMYK 0.29 0.47 0 0.50
HSL 263º 0.31% 0.38% -
HSV(B) 263º 0.47% 0.5% -
XYZ 10.05 7.72 21.04 -
YUV 80.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 90 67 127 0.29 0.47 0 0.50 263 0.31 0.38
Hex 5A 43 7F 1D 2F 0 32 107 1F 26
Octal 132 103 177 35 57 0 62 407 37 46
Binary 1011010 1000011 1111111 11101 101111 0 110010 100000111 11111 100110

Color Harmonies of #5A437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A437F

Black with #5A437F

Text Example


Text Example

White with #5A437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A437F; }

 p { color: rgb(90,67,127); }

 H1.HeaderClassName
 {
   color: #5A437F;
 }
 .AnyTagClassName
 {
   color: #5A437F;
 }
</style>

background-color css

<style>
 a { background-color: #5A437F; }

 a { background-color: rgb(90,67,127); }

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

border-color css

<style>
 span { border-color: #5A437F; }

 span { border-color: rgb(90,67,127); }

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