#5f63db

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

Shades of Slate Blue #5F63DB

Tints of Slate Blue #5F63DB

Color information

#5F63DB (or 0x5F63DB) is unknown color: approx Slate Blue. HEX triplet: 5F, 63 and DB. RGB value is (95,99,219). Sum of RGB (Red+Green+Blue) = 95+99+219=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63DB is #A09C24. Grayscale: #6F6F6F. Windows color (decimal): -10525733 or 14377823. OLE color: 14377823.

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

Color convert

RGB9599219-
CMYK0.570.5500.14
HSL238.06º63.27%61.57%-
HSV(B)238.06º56.62%85.88%-
XYZ21.9716.4769.04-
YUV111.48188.67116.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 219 (85.94% from 255) = 53.03%
R=23.00%
G=23.97%
B=53.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal95992190.570.5500.14238.0663.2761.57
Hex5F63DB39370Eee3f3e
Octal13714333371670163567776
Binary10111111100011110110111110011101110111011101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f63db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,219); }

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

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

 a { background-color: rgb(95,99,219); }

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

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

 span { border-color: rgb(95,99,219); }

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