Html Css Color HEX #5F53DF Slate Blue

📋 copy color: '#5F53DF'

red 95 ◦ green 83 ◦ blue 223

#5F53DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5F53DF

Tints of Slate Blue #5F53DF

RGB

 RED value IS 95 (37.5% from 255) = 23.69%

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 23.69%
G = 20.7%
B = 55.61%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F53DF (or 0x5F53DF) is known color: Slate Blue. HEX triplet: 5F, 53 and DF. RGB value is (95,83,223). Sum of RGB (Red+Green+Blue) = 95+83+223=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F53DF is #A0AC20. Grayscale: #666666. Windows color (decimal): -10529825 or 14635871. OLE color: 14635871.

HSL color Cylindrical-coordinate representation of color #5F53DF: hue angle of 245.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F53DF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 83 223 -
CMYK 0.57 0.63 0 0.13
HSL 245.14º 0.69% 0.6% -
HSV(B) 245.14º 0.63% 0.87% -
XYZ 21.13 13.95 71.39 -
YUV 102.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 95 83 223 0.57 0.63 0 0.13 245.14 0.69 0.6
Hex 5F 53 DF 39 3F 0 D F5 45 3C
Octal 137 123 337 71 77 0 15 365 105 74
Binary 1011111 1010011 11011111 111001 111111 0 1101 11110101 1000101 111100

Color Harmonies of #5F53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F53DF

Black with #5F53DF

Text Example


Text Example

White with #5F53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,83,223); }

 H1.HeaderClassName
 {
   color: #5F53DF;
 }
 .AnyTagClassName
 {
   color: #5F53DF;
 }
</style>

background-color css

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

 a { background-color: rgb(95,83,223); }

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

border-color css

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

 span { border-color: rgb(95,83,223); }

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