Html Css Color HEX #5F4061 Seance

📋 copy color: '#5F4061'

red 95 ◦ green 64 ◦ blue 97

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

Shades of Seance #5F4061

Tints of Seance #5F4061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 37.11%
G = 25%
B = 37.89%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F4061 (or 0x5F4061) is known color: Seance. HEX triplet: 5F, 40 and 61. RGB value is (95,64,97). Sum of RGB (Red+Green+Blue) = 95+64+97=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F4061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4061 is #A0BF9E. Grayscale: #4C4C4C. Windows color (decimal): -10534815 or 6373471. OLE color: 6373471.

HSL color Cylindrical-coordinate representation of color #5F4061: hue angle of 296.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F4061 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 64 97 -
CMYK 0.02 0.34 0 0.62
HSL 296.36º 0.2% 0.32% -
HSV(B) 296.36º 0.34% 0.38% -
XYZ 8.71 6.96 12.19 -
YUV 77.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 95 64 97 0.02 0.34 0 0.62 296.36 0.2 0.32
Hex 5F 40 61 2 22 0 3E 128 14 20
Octal 137 100 141 2 42 0 76 450 24 40
Binary 1011111 1000000 1100001 10 100010 0 111110 100101000 10100 100000

Color Harmonies of #5F4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4061

Black with #5F4061

Text Example


Text Example

White with #5F4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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