Html Css Color HEX #5F3063 Seance

📋 copy color: '#5F3063'

red 95 ◦ green 48 ◦ blue 99

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

Shades of Seance #5F3063

Tints of Seance #5F3063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

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

R = 39.26%
G = 19.83%
B = 40.91%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5F3063 (or 0x5F3063) is known color: Seance. HEX triplet: 5F, 30 and 63. RGB value is (95,48,99). Sum of RGB (Red+Green+Blue) = 95+48+99=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F3063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3063 is #A0CF9C. Grayscale: #434343. Windows color (decimal): -10538909 or 6500447. OLE color: 6500447.

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

Color convert

RGB 95 48 99 -
CMYK 0.04 0.52 0 0.61
HSL 295.29º 0.35% 0.29% -
HSV(B) 295.29º 0.52% 0.39% -
XYZ 8.03 5.45 12.43 -
YUV 67.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 95 48 99 0.04 0.52 0 0.61 295.29 0.35 0.29
Hex 5F 30 63 4 34 0 3D 127 23 1D
Octal 137 60 143 4 64 0 75 447 43 35
Binary 1011111 110000 1100011 100 110100 0 111101 100100111 100011 11101

Color Harmonies of #5F3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3063

Black with #5F3063

Text Example


Text Example

White with #5F3063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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