#5F45DA

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

Shades of Slate Blue #5F45DA

Tints of Slate Blue #5F45DA

Color information

#5F45DA (or 0x5F45DA) is unknown color: approx Slate Blue. HEX triplet: 5F, 45 and DA. RGB value is (95,69,218). Sum of RGB (Red+Green+Blue) = 95+69+218=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F45DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F45DA is #A0BA25. Grayscale: #5D5D5D. Windows color (decimal): -10533414 or 14304607. OLE color: 14304607.

HSL color Cylindrical-coordinate representation of color #5F45DA: hue angle of 250.47º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F45DA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9569218-
CMYK0.560.6800.15
HSL250.47º66.82%56.27%-
HSV(B)250.47º68.35%85.49%-
XYZ19.511.7567.57-
YUV93.76198.11128.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.87%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 218 (85.55% from 255) = 57.07%
R=24.87%
G=18.06%
B=57.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95692180.560.6800.15250.4766.8256.27
Hex5F45DA38440Ffa4338
Octal1371053327010401737210370
Binary1011111100010111011010111000100010001111111110101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F45DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,69,218); }

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

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

 a { background-color: rgb(95,69,218); }

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

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

 span { border-color: rgb(95,69,218); }

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