#5f6dd5

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

Shades of Slate Blue #5F6DD5

Tints of Slate Blue #5F6DD5

Color information

#5F6DD5 (or 0x5F6DD5) is unknown color: approx Slate Blue. HEX triplet: 5F, 6D and D5. RGB value is (95,109,213). Sum of RGB (Red+Green+Blue) = 95+109+213=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F6DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DD5 is #A0922A. Grayscale: #747474. Windows color (decimal): -10523179 or 13987167. OLE color: 13987167.

HSL color Cylindrical-coordinate representation of color #5F6DD5: hue angle of 232.88º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F6DD5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95109213-
CMYK0.550.4900.16
HSL232.88º58.42%60.39%-
HSV(B)232.88º55.4%83.53%-
XYZ22.218.1765.29-
YUV116.67182.36112.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 213 (83.59% from 255) = 51.08%
R=22.78%
G=26.14%
B=51.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951092130.550.4900.16232.8858.4260.39
Hex5F6DD53731010e93a3c
Octal13715532567610203517274
Binary101111111011011101010111011111000101000011101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f6dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,213); }

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

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

 a { background-color: rgb(95,109,213); }

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

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

 span { border-color: rgb(95,109,213); }

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