Html Css Color HEX #5944CA Slate Blue

📋 copy color: '#5944CA'

red 89 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #5944CA

Tints of Slate Blue #5944CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 24.79%
G = 18.94%
B = 56.27%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5944CA (or 0x5944CA) is known color: Slate Blue. HEX triplet: 59, 44 and CA. RGB value is (89,68,202). Sum of RGB (Red+Green+Blue) = 89+68+202=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #5944CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944CA is #A6BB35. Grayscale: #595959. Windows color (decimal): -10926902 or 13255769. OLE color: 13255769.

HSL color Cylindrical-coordinate representation of color #5944CA: hue angle of 249.4º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5944CA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 68 202 -
CMYK 0.56 0.66 0 0.21
HSL 249.4º 0.56% 0.53% -
HSV(B) 249.4º 0.66% 0.79% -
XYZ 16.85 10.52 57.02 -
YUV 89.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 89 68 202 0.56 0.66 0 0.21 249.4 0.56 0.53
Hex 59 44 CA 38 42 0 15 F9 38 35
Octal 131 104 312 70 102 0 25 371 70 65
Binary 1011001 1000100 11001010 111000 1000010 0 10101 11111001 111000 110101

Color Harmonies of #5944CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5944CA

Black with #5944CA

Text Example


Text Example

White with #5944CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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