#5B50CF

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

Shades of Slate Blue #5B50CF

Tints of Slate Blue #5B50CF

Color information

#5B50CF (or 0x5B50CF) is unknown color: approx Slate Blue. HEX triplet: 5B, 50 and CF. RGB value is (91,80,207). Sum of RGB (Red+Green+Blue) = 91+80+207=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50CF is #A4AF30. Grayscale: #616161. Windows color (decimal): -10792753 or 13586523. OLE color: 13586523.

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

Color convert

RGB9180207-
CMYK0.560.6100.19
HSL245.2º56.95%56.27%-
HSV(B)245.2º61.35%81.18%-
XYZ18.4512.4760.47-
YUV97.77189.64123.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 207 (81.25% from 255) = 54.76%
R=24.07%
G=21.16%
B=54.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91802070.560.6100.19245.256.9556.27
Hex5B50CF383D013f53938
Octal13312031770750233657170
Binary101101110100001100111111100011110101001111110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,207); }

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

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

 a { background-color: rgb(91,80,207); }

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

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

 span { border-color: rgb(91,80,207); }

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