Html Css Color HEX #5944DE Slate Blue

📋 copy color: '#5944DE'

red 89 ◦ green 68 ◦ blue 222

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

Shades of Slate Blue #5944DE

Tints of Slate Blue #5944DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 23.48%
G = 17.94%
B = 58.58%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5944DE (or 0x5944DE) is known color: Slate Blue. HEX triplet: 59, 44 and DE. RGB value is (89,68,222). Sum of RGB (Red+Green+Blue) = 89+68+222=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #5944DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944DE is #A6BB21. Grayscale: #5B5B5B. Windows color (decimal): -10926882 or 14566489. OLE color: 14566489.

HSL color Cylindrical-coordinate representation of color #5944DE: hue angle of 248.18º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5944DE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 68 222 -
CMYK 0.60 0.69 0 0.13
HSL 248.18º 0.7% 0.57% -
HSV(B) 248.18º 0.69% 0.87% -
XYZ 19.37 11.53 70.31 -
YUV 91.84 201.46 125.98 -
System Red Green Blue C M Y K H S L
Decimal 89 68 222 0.60 0.69 0 0.13 248.18 0.7 0.57
Hex 59 44 DE 3C 45 0 D F8 46 39
Octal 131 104 336 74 105 0 15 370 106 71
Binary 1011001 1000100 11011110 111100 1000101 0 1101 11111000 1000110 111001

Color Harmonies of #5944DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5944DE

Black with #5944DE

Text Example


Text Example

White with #5944DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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