Html Css Color HEX #5F498A Gigas

📋 copy color: '#5F498A'

red 95 ◦ green 73 ◦ blue 138

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

Shades of Gigas #5F498A

Tints of Gigas #5F498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 31.05%
G = 23.86%
B = 45.1%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F498A (or 0x5F498A) is known color: Gigas. HEX triplet: 5F, 49 and 8A. RGB value is (95,73,138). Sum of RGB (Red+Green+Blue) = 95+73+138=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F498A is #A0B675. Grayscale: #565656. Windows color (decimal): -10532470 or 9062751. OLE color: 9062751.

HSL color Cylindrical-coordinate representation of color #5F498A: hue angle of 260.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F498A is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 73 138 -
CMYK 0.31 0.47 0 0.46
HSL 260.31º 0.31% 0.41% -
HSV(B) 260.31º 0.47% 0.54% -
XYZ 11.69 9.03 25.17 -
YUV 86.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 95 73 138 0.31 0.47 0 0.46 260.31 0.31 0.41
Hex 5F 49 8A 1F 2F 0 2E 104 1F 29
Octal 137 111 212 37 57 0 56 404 37 51
Binary 1011111 1001001 10001010 11111 101111 0 101110 100000100 11111 101001

Color Harmonies of #5F498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F498A

Black with #5F498A

Text Example


Text Example

White with #5F498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,73,138); }

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

background-color css

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

 a { background-color: rgb(95,73,138); }

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

border-color css

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

 span { border-color: rgb(95,73,138); }

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