Html Css Color HEX #5F2476 Seance

📋 copy color: '#5F2476'

red 95 ◦ green 36 ◦ blue 118

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

Shades of Seance #5F2476

Tints of Seance #5F2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 38.15%
G = 14.46%
B = 47.39%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F2476 (or 0x5F2476) is known color: Seance. HEX triplet: 5F, 24 and 76. RGB value is (95,36,118). Sum of RGB (Red+Green+Blue) = 95+36+118=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F2476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2476 is #A0DB89. Grayscale: #3E3E3E. Windows color (decimal): -10541962 or 7742559. OLE color: 7742559.

HSL color Cylindrical-coordinate representation of color #5F2476: hue angle of 283.17º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2476 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 36 118 -
CMYK 0.19 0.69 0 0.54
HSL 283.17º 0.53% 0.3% -
HSV(B) 283.17º 0.69% 0.46% -
XYZ 8.62 5 17.65 -
YUV 62.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 95 36 118 0.19 0.69 0 0.54 283.17 0.53 0.3
Hex 5F 24 76 13 45 0 36 11B 35 1E
Octal 137 44 166 23 105 0 66 433 65 36
Binary 1011111 100100 1110110 10011 1000101 0 110110 100011011 110101 11110

Color Harmonies of #5F2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2476

Black with #5F2476

Text Example


Text Example

White with #5F2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,36,118); }

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

background-color css

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

 a { background-color: rgb(95,36,118); }

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

border-color css

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

 span { border-color: rgb(95,36,118); }

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