#5961CB

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

Shades of Slate Blue #5961CB

Tints of Slate Blue #5961CB

Color information

#5961CB (or 0x5961CB) is unknown color: approx Slate Blue. HEX triplet: 59, 61 and CB. RGB value is (89,97,203). Sum of RGB (Red+Green+Blue) = 89+97+203=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5961CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961CB is #A69E34. Grayscale: #6A6A6A. Windows color (decimal): -10919477 or 13328729. OLE color: 13328729.

HSL color Cylindrical-coordinate representation of color #5961CB: hue angle of 235.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5961CB is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8997203-
CMYK0.560.5200.20
HSL235.79º52.29%57.25%-
HSV(B)235.79º56.16%79.61%-
XYZ19.1714.9958.38-
YUV106.69182.35115.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=22.88%
G=24.94%
B=52.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89972030.560.5200.20235.7952.2957.25
Hex5961CB3834014ec3439
Octal13114131370640243546471
Binary101100111000011100101111100011010001010011101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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