#5F44DC

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

Shades of Slate Blue #5F44DC

Tints of Slate Blue #5F44DC

Color information

#5F44DC (or 0x5F44DC) is unknown color: approx Slate Blue. HEX triplet: 5F, 44 and DC. RGB value is (95,68,220). Sum of RGB (Red+Green+Blue) = 95+68+220=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F44DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44DC is #A0BB23. Grayscale: #5C5C5C. Windows color (decimal): -10533668 or 14435423. OLE color: 14435423.

HSL color Cylindrical-coordinate representation of color #5F44DC: hue angle of 250.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F44DC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9568220-
CMYK0.570.6900.14
HSL250.66º68.47%56.47%-
HSV(B)250.66º69.09%86.27%-
XYZ19.711.7368.94-
YUV93.4199.45129.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 220 (86.33% from 255) = 57.44%
R=24.80%
G=17.75%
B=57.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal95682200.570.6900.14250.6668.4756.47
Hex5F44DC39450Efb4438
Octal1371043347110501637310470
Binary1011111100010011011100111001100010101110111110111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F44DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,220); }

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

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

 a { background-color: rgb(95,68,220); }

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

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

 span { border-color: rgb(95,68,220); }

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