Html Css Color HEX #5F46CE Slate Blue

📋 copy color: '#5F46CE'

red 95 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #5F46CE

Tints of Slate Blue #5F46CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 25.61%
G = 18.87%
B = 55.53%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F46CE (or 0x5F46CE) is known color: Slate Blue. HEX triplet: 5F, 46 and CE. RGB value is (95,70,206). Sum of RGB (Red+Green+Blue) = 95+70+206=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F46CE is #A0B931. Grayscale: #5C5C5C. Windows color (decimal): -10533170 or 13518431. OLE color: 13518431.

HSL color Cylindrical-coordinate representation of color #5F46CE: hue angle of 251.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F46CE is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 70 206 -
CMYK 0.54 0.66 0 0.19
HSL 251.03º 0.58% 0.54% -
HSV(B) 251.03º 0.66% 0.81% -
XYZ 18.05 11.27 59.62 -
YUV 92.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 95 70 206 0.54 0.66 0 0.19 251.03 0.58 0.54
Hex 5F 46 CE 36 42 0 13 FB 3A 36
Octal 137 106 316 66 102 0 23 373 72 66
Binary 1011111 1000110 11001110 110110 1000010 0 10011 11111011 111010 110110

Color Harmonies of #5F46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F46CE

Black with #5F46CE

Text Example


Text Example

White with #5F46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,70,206); }

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

background-color css

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

 a { background-color: rgb(95,70,206); }

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

border-color css

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

 span { border-color: rgb(95,70,206); }

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