Html Css Color HEX #5F4E7D Gigas

📋 copy color: '#5F4E7D'

red 95 ◦ green 78 ◦ blue 125

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

Shades of Gigas #5F4E7D

Tints of Gigas #5F4E7D

RGB

 RED value IS 95 (37.5% from 255) = 31.88%

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 31.88%
G = 26.17%
B = 41.95%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F4E7D (or 0x5F4E7D) is known color: Gigas. HEX triplet: 5F, 4E and 7D. RGB value is (95,78,125). Sum of RGB (Red+Green+Blue) = 95+78+125=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F4E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4E7D is #A0B182. Grayscale: #585858. Windows color (decimal): -10531203 or 8212063. OLE color: 8212063.

HSL color Cylindrical-coordinate representation of color #5F4E7D: hue angle of 261.7º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F4E7D is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 78 125 -
CMYK 0.24 0.38 0 0.51
HSL 261.7º 0.23% 0.4% -
HSV(B) 261.7º 0.38% 0.49% -
XYZ 11.15 9.36 20.62 -
YUV 88.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 95 78 125 0.24 0.38 0 0.51 261.7 0.23 0.4
Hex 5F 4E 7D 18 26 0 33 106 17 28
Octal 137 116 175 30 46 0 63 406 27 50
Binary 1011111 1001110 1111101 11000 100110 0 110011 100000110 10111 101000

Color Harmonies of #5F4E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4E7D

Black with #5F4E7D

Text Example


Text Example

White with #5F4E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,78,125); }

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

background-color css

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

 a { background-color: rgb(95,78,125); }

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

border-color css

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

 span { border-color: rgb(95,78,125); }

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