Html Css Color HEX #5A467B Gigas

📋 copy color: '#5A467B'

red 90 ◦ green 70 ◦ blue 123

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

Shades of Gigas #5A467B

Tints of Gigas #5A467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 31.8%
G = 24.73%
B = 43.46%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A467B (or 0x5A467B) is known color: Gigas. HEX triplet: 5A, 46 and 7B. RGB value is (90,70,123). Sum of RGB (Red+Green+Blue) = 90+70+123=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A467B is #A5B984. Grayscale: #515151. Windows color (decimal): -10860933 or 8078938. OLE color: 8078938.

HSL color Cylindrical-coordinate representation of color #5A467B: hue angle of 262.64º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A467B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 70 123 -
CMYK 0.27 0.43 0 0.52
HSL 262.64º 0.27% 0.38% -
HSV(B) 262.64º 0.43% 0.48% -
XYZ 9.98 7.98 19.75 -
YUV 82.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 90 70 123 0.27 0.43 0 0.52 262.64 0.27 0.38
Hex 5A 46 7B 1B 2B 0 34 107 1B 26
Octal 132 106 173 33 53 0 64 407 33 46
Binary 1011010 1000110 1111011 11011 101011 0 110100 100000111 11011 100110

Color Harmonies of #5A467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A467B

Black with #5A467B

Text Example


Text Example

White with #5A467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,70,123); }

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

background-color css

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

 a { background-color: rgb(90,70,123); }

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

border-color css

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

 span { border-color: rgb(90,70,123); }

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