Html Css Color HEX #5946CD Slate Blue

📋 copy color: '#5946CD'

red 89 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #5946CD

Tints of Slate Blue #5946CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 24.45%
G = 19.23%
B = 56.32%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5946CD (or 0x5946CD) is known color: Slate Blue. HEX triplet: 59, 46 and CD. RGB value is (89,70,205). Sum of RGB (Red+Green+Blue) = 89+70+205=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #5946CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946CD is #A6B932. Grayscale: #5A5A5A. Windows color (decimal): -10926387 or 13452889. OLE color: 13452889.

HSL color Cylindrical-coordinate representation of color #5946CD: hue angle of 248.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5946CD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 70 205 -
CMYK 0.57 0.66 0 0.20
HSL 248.44º 0.57% 0.54% -
HSV(B) 248.44º 0.66% 0.8% -
XYZ 17.33 10.91 58.95 -
YUV 91.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 89 70 205 0.57 0.66 0 0.20 248.44 0.57 0.54
Hex 59 46 CD 39 42 0 14 F8 39 36
Octal 131 106 315 71 102 0 24 370 71 66
Binary 1011001 1000110 11001101 111001 1000010 0 10100 11111000 111001 110110

Color Harmonies of #5946CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946CD

Black with #5946CD

Text Example


Text Example

White with #5946CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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