#5B5FCE

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

Shades of Slate Blue #5B5FCE

Tints of Slate Blue #5B5FCE

Color information

#5B5FCE (or 0x5B5FCE) is unknown color: approx Slate Blue. HEX triplet: 5B, 5F and CE. RGB value is (91,95,206). Sum of RGB (Red+Green+Blue) = 91+95+206=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FCE is #A4A031. Grayscale: #6A6A6A. Windows color (decimal): -10788914 or 13524827. OLE color: 13524827.

HSL color Cylindrical-coordinate representation of color #5B5FCE: hue angle of 237.91º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B5FCE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9195206-
CMYK0.560.5400.19
HSL237.91º53.99%58.24%-
HSV(B)237.91º55.83%80.78%-
XYZ19.5514.8660.23-
YUV106.46184.17116.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.21%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=23.21%
G=24.23%
B=52.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91952060.560.5400.19237.9153.9958.24
Hex5B5FCE3836013ee363a
Octal13313731670660233566672
Binary101101110111111100111011100011011001001111101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5FCE; }

 p { color: rgb(91,95,206); }

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

<style>
 a { background-color: #5B5FCE; }

 a { background-color: rgb(91,95,206); }

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

<style>
 span { border-color: #5B5FCE; }

 span { border-color: rgb(91,95,206); }

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