#5961D3

Color #5961D3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5961D3

Tints of Slate Blue #5961D3

Color information

#5961D3 (or 0x5961D3) is unknown color: approx Slate Blue. HEX triplet: 59, 61 and D3. RGB value is (89,97,211). Sum of RGB (Red+Green+Blue) = 89+97+211=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #5961D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961D3 is #A69E2C. Grayscale: #6B6B6B. Windows color (decimal): -10919469 or 13853017. OLE color: 13853017.

HSL color Cylindrical-coordinate representation of color #5961D3: hue angle of 236.07º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5961D3 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8997211-
CMYK0.580.5400.17
HSL236.07º58.1%58.82%-
HSV(B)236.07º57.82%82.75%-
XYZ20.1515.3863.53-
YUV107.6186.35114.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 211 (82.81% from 255) = 53.15%
R=22.42%
G=24.43%
B=53.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal89972110.580.5400.17236.0758.158.82
Hex5961D33A36011ec3a3b
Octal13114132372660213547273
Binary101100111000011101001111101011011001000111101100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5961D3;
 }
 .AnyTagClassName
 {
   color: #5961D3;
 }
</style>
background-color css

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

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

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

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

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

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