Html Css Color HEX #5F2963 Seance

📋 copy color: '#5F2963'

red 95 ◦ green 41 ◦ blue 99

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

Shades of Seance #5F2963

Tints of Seance #5F2963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 40.43%
G = 17.45%
B = 42.13%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5F2963 (or 0x5F2963) is known color: Seance. HEX triplet: 5F, 29 and 63. RGB value is (95,41,99). Sum of RGB (Red+Green+Blue) = 95+41+99=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2963 is #A0D69C. Grayscale: #3F3F3F. Windows color (decimal): -10540701 or 6498655. OLE color: 6498655.

HSL color Cylindrical-coordinate representation of color #5F2963: hue angle of 295.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F2963 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 41 99 -
CMYK 0.04 0.59 0 0.61
HSL 295.86º 0.41% 0.27% -
HSV(B) 295.86º 0.59% 0.39% -
XYZ 7.76 4.92 12.34 -
YUV 63.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 95 41 99 0.04 0.59 0 0.61 295.86 0.41 0.27
Hex 5F 29 63 4 3B 0 3D 128 29 1B
Octal 137 51 143 4 73 0 75 450 51 33
Binary 1011111 101001 1100011 100 111011 0 111101 100101000 101001 11011

Color Harmonies of #5F2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2963

Black with #5F2963

Text Example


Text Example

White with #5F2963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,41,99); }

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

background-color css

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

 a { background-color: rgb(95,41,99); }

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

border-color css

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

 span { border-color: rgb(95,41,99); }

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