Html Css Color HEX #5F4063 Seance

📋 copy color: '#5F4063'

red 95 ◦ green 64 ◦ blue 99

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

Shades of Seance #5F4063

Tints of Seance #5F4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 36.82%
G = 24.81%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5F4063 (or 0x5F4063) is known color: Seance. HEX triplet: 5F, 40 and 63. RGB value is (95,64,99). Sum of RGB (Red+Green+Blue) = 95+64+99=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F4063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4063 is #A0BF9C. Grayscale: #4D4D4D. Windows color (decimal): -10534813 or 6504543. OLE color: 6504543.

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

Color convert

RGB 95 64 99 -
CMYK 0.04 0.35 0 0.61
HSL 293.14º 0.21% 0.32% -
HSV(B) 293.14º 0.35% 0.39% -
XYZ 8.8 7 12.69 -
YUV 77.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 95 64 99 0.04 0.35 0 0.61 293.14 0.21 0.32
Hex 5F 40 63 4 23 0 3D 125 15 20
Octal 137 100 143 4 43 0 75 445 25 40
Binary 1011111 1000000 1100011 100 100011 0 111101 100100101 10101 100000

Color Harmonies of #5F4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4063

Black with #5F4063

Text Example


Text Example

White with #5F4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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