Html Css Color HEX #5961DD Slate Blue

📋 copy color: '#5961DD'

red 89 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #5961DD

Tints of Slate Blue #5961DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 21.87%
G = 23.83%
B = 54.3%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5961DD (or 0x5961DD) is known color: Slate Blue. HEX triplet: 59, 61 and DD. RGB value is (89,97,221). Sum of RGB (Red+Green+Blue) = 89+97+221=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #5961DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961DD is #A69E22. Grayscale: #6C6C6C. Windows color (decimal): -10919459 or 14508377. OLE color: 14508377.

HSL color Cylindrical-coordinate representation of color #5961DD: hue angle of 236.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5961DD is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 97 221 -
CMYK 0.60 0.56 0 0.13
HSL 236.36º 0.66% 0.61% -
HSV(B) 236.36º 0.6% 0.87% -
XYZ 21.45 15.89 70.34 -
YUV 108.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 89 97 221 0.60 0.56 0 0.13 236.36 0.66 0.61
Hex 59 61 DD 3C 38 0 D EC 42 3D
Octal 131 141 335 74 70 0 15 354 102 75
Binary 1011001 1100001 11011101 111100 111000 0 1101 11101100 1000010 111101

Color Harmonies of #5961DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961DD

Black with #5961DD

Text Example


Text Example

White with #5961DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5961DD; }

 p { color: rgb(89,97,221); }

 H1.HeaderClassName
 {
   color: #5961DD;
 }
 .AnyTagClassName
 {
   color: #5961DD;
 }
</style>

background-color css

<style>
 a { background-color: #5961DD; }

 a { background-color: rgb(89,97,221); }

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

border-color css

<style>
 span { border-color: #5961DD; }

 span { border-color: rgb(89,97,221); }

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