Html Css Color HEX #5946CE Slate Blue

📋 copy color: '#5946CE'

red 89 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #5946CE

Tints of Slate Blue #5946CE

RGB

 RED value IS 89 (35.16% from 255) = 24.38%

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

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

R = 24.38%
G = 19.18%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5946CE (or 0x5946CE) is known color: Slate Blue. HEX triplet: 59, 46 and CE. RGB value is (89,70,206). Sum of RGB (Red+Green+Blue) = 89+70+206=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #5946CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946CE is #A6B931. Grayscale: #5A5A5A. Windows color (decimal): -10926386 or 13518425. OLE color: 13518425.

HSL color Cylindrical-coordinate representation of color #5946CE: hue angle of 248.38º 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 #5946CE is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 70 206 -
CMYK 0.57 0.66 0 0.19
HSL 248.38º 0.58% 0.54% -
HSV(B) 248.38º 0.66% 0.81% -
XYZ 17.45 10.96 59.59 -
YUV 91.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 89 70 206 0.57 0.66 0 0.19 248.38 0.58 0.54
Hex 59 46 CE 39 42 0 13 F8 3A 36
Octal 131 106 316 71 102 0 23 370 72 66
Binary 1011001 1000110 11001110 111001 1000010 0 10011 11111000 111010 110110

Color Harmonies of #5946CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946CE

Black with #5946CE

Text Example


Text Example

White with #5946CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5946CE; }

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

 H1.HeaderClassName
 {
   color: #5946CE;
 }
 .AnyTagClassName
 {
   color: #5946CE;
 }
</style>

background-color css

<style>
 a { background-color: #5946CE; }

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

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

border-color css

<style>
 span { border-color: #5946CE; }

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

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