Html Css Color HEX #5944C0 Slate Blue

📋 copy color: '#5944C0'

red 89 ◦ green 68 ◦ blue 192

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

Shades of Slate Blue #5944C0

Tints of Slate Blue #5944C0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 25.5%
G = 19.48%
B = 55.01%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5944C0 (or 0x5944C0) is known color: Slate Blue. HEX triplet: 59, 44 and C0. RGB value is (89,68,192). Sum of RGB (Red+Green+Blue) = 89+68+192=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #5944C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944C0 is #A6BB3F. Grayscale: #575757. Windows color (decimal): -10926912 or 12600409. OLE color: 12600409.

HSL color Cylindrical-coordinate representation of color #5944C0: hue angle of 250.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5944C0 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 68 192 -
CMYK 0.54 0.65 0 0.25
HSL 250.16º 0.5% 0.51% -
HSV(B) 250.16º 0.65% 0.75% -
XYZ 15.7 10.06 50.98 -
YUV 88.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 89 68 192 0.54 0.65 0 0.25 250.16 0.5 0.51
Hex 59 44 C0 36 41 0 19 FA 32 33
Octal 131 104 300 66 101 0 31 372 62 63
Binary 1011001 1000100 11000000 110110 1000001 0 11001 11111010 110010 110011

Color Harmonies of #5944C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5944C0

Black with #5944C0

Text Example


Text Example

White with #5944C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5944C0; }

 p { color: rgb(89,68,192); }

 H1.HeaderClassName
 {
   color: #5944C0;
 }
 .AnyTagClassName
 {
   color: #5944C0;
 }
</style>

background-color css

<style>
 a { background-color: #5944C0; }

 a { background-color: rgb(89,68,192); }

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

border-color css

<style>
 span { border-color: #5944C0; }

 span { border-color: rgb(89,68,192); }

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