Html Css Color HEX #5F487F Gigas

📋 copy color: '#5F487F'

red 95 ◦ green 72 ◦ blue 127

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

Shades of Gigas #5F487F

Tints of Gigas #5F487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

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

R = 32.31%
G = 24.49%
B = 43.2%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5F487F (or 0x5F487F) is known color: Gigas. HEX triplet: 5F, 48 and 7F. RGB value is (95,72,127). Sum of RGB (Red+Green+Blue) = 95+72+127=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F487F is #A0B780. Grayscale: #545454. Windows color (decimal): -10532737 or 8341599. OLE color: 8341599.

HSL color Cylindrical-coordinate representation of color #5F487F: hue angle of 265.09º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F487F is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 72 127 -
CMYK 0.25 0.43 0 0.50
HSL 265.09º 0.28% 0.39% -
HSV(B) 265.09º 0.43% 0.5% -
XYZ 10.87 8.6 21.17 -
YUV 85.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 95 72 127 0.25 0.43 0 0.50 265.09 0.28 0.39
Hex 5F 48 7F 19 2B 0 32 109 1C 27
Octal 137 110 177 31 53 0 62 411 34 47
Binary 1011111 1001000 1111111 11001 101011 0 110010 100001001 11100 100111

Color Harmonies of #5F487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F487F

Black with #5F487F

Text Example


Text Example

White with #5F487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,72,127); }

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

background-color css

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

 a { background-color: rgb(95,72,127); }

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

border-color css

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

 span { border-color: rgb(95,72,127); }

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