#5F48CD

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

Shades of Slate Blue #5F48CD

Tints of Slate Blue #5F48CD

Color information

#5F48CD (or 0x5F48CD) is unknown color: approx Slate Blue. HEX triplet: 5F, 48 and CD. RGB value is (95,72,205). Sum of RGB (Red+Green+Blue) = 95+72+205=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F48CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F48CD is #A0B732. Grayscale: #5D5D5D. Windows color (decimal): -10532659 or 13453407. OLE color: 13453407.

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

Color convert

RGB9572205-
CMYK0.540.6500.20
HSL250.38º57.08%54.31%-
HSV(B)250.38º64.88%80.39%-
XYZ18.0611.4859.02-
YUV94.04190.62128.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 205 (80.47% from 255) = 55.11%
R=25.54%
G=19.35%
B=55.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95722050.540.6500.20250.3857.0854.31
Hex5F48CD3641014fa3936
Octal137110315661010243727166
Binary1011111100100011001101110110100000101010011111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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