#5F48CE

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

Shades of Slate Blue #5F48CE

Tints of Slate Blue #5F48CE

Color information

#5F48CE (or 0x5F48CE) is unknown color: approx Slate Blue. HEX triplet: 5F, 48 and CE. RGB value is (95,72,206). Sum of RGB (Red+Green+Blue) = 95+72+206=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F48CE is #A0B731. Grayscale: #5D5D5D. Windows color (decimal): -10532658 or 13518943. OLE color: 13518943.

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

Color convert

RGB9572206-
CMYK0.540.6500.19
HSL250.3º57.76%54.51%-
HSV(B)250.3º65.05%80.78%-
XYZ18.1811.5259.66-
YUV94.15191.12128.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=25.47%
G=19.30%
B=55.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95722060.540.6500.19250.357.7654.51
Hex5F48CE3641013fa3a37
Octal137110316661010233727267
Binary1011111100100011001110110110100000101001111111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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