#5F4BCE

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

Shades of Slate Blue #5F4BCE

Tints of Slate Blue #5F4BCE

Color information

#5F4BCE (or 0x5F4BCE) is unknown color: approx Slate Blue. HEX triplet: 5F, 4B and CE. RGB value is (95,75,206). Sum of RGB (Red+Green+Blue) = 95+75+206=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F4BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BCE is #A0B431. Grayscale: #5F5F5F. Windows color (decimal): -10531890 or 13519711. OLE color: 13519711.

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

Color convert

RGB9575206-
CMYK0.540.6400.19
HSL249.16º57.21%55.1%-
HSV(B)249.16º63.59%80.78%-
XYZ18.3811.9259.73-
YUV95.91190.13127.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 206 (80.86% from 255) = 54.79%
R=25.27%
G=19.95%
B=54.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95752060.540.6400.19249.1657.2155.1
Hex5F4BCE3640013f93937
Octal137113316661000233717167
Binary1011111100101111001110110110100000001001111111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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