Html Css Color HEX #5946CC Slate Blue

📋 copy color: '#5946CC'

red 89 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #5946CC

Tints of Slate Blue #5946CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 24.52%
G = 19.28%
B = 56.2%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5946CC (or 0x5946CC) is known color: Slate Blue. HEX triplet: 59, 46 and CC. RGB value is (89,70,204). Sum of RGB (Red+Green+Blue) = 89+70+204=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #5946CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946CC is #A6B933. Grayscale: #5A5A5A. Windows color (decimal): -10926388 or 13387353. OLE color: 13387353.

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

Color convert

RGB 89 70 204 -
CMYK 0.56 0.66 0 0.2
HSL 248.51º 0.57% 0.54% -
HSV(B) 248.51º 0.66% 0.8% -
XYZ 17.21 10.86 58.32 -
YUV 90.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 89 70 204 0.56 0.66 0 0.2 248.51 0.57 0.54
Hex 59 46 CC 38 42 0 14 F9 39 36
Octal 131 106 314 70 102 0 24 371 71 66
Binary 1011001 1000110 11001100 111000 1000010 0 10100 11111001 111001 110110

Color Harmonies of #5946CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946CC

Black with #5946CC

Text Example


Text Example

White with #5946CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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