Html Css Color HEX #5F52DF Slate Blue

📋 copy color: '#5F52DF'

red 95 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #5F52DF

Tints of Slate Blue #5F52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 23.75%
G = 20.5%
B = 55.75%

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

#5F52DF (or 0x5F52DF) is known color: Slate Blue. HEX triplet: 5F, 52 and DF. RGB value is (95,82,223). Sum of RGB (Red+Green+Blue) = 95+82+223=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F52DF is #A0AD20. Grayscale: #656565. Windows color (decimal): -10530081 or 14635615. OLE color: 14635615.

HSL color Cylindrical-coordinate representation of color #5F52DF: hue angle of 245.53º 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 #5F52DF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 82 223 -
CMYK 0.57 0.63 0 0.13
HSL 245.53º 0.69% 0.6% -
HSV(B) 245.53º 0.63% 0.87% -
XYZ 21.06 13.8 71.37 -
YUV 101.96 196.31 123.04 -
System Red Green Blue C M Y K H S L
Decimal 95 82 223 0.57 0.63 0 0.13 245.53 0.69 0.6
Hex 5F 52 DF 39 3F 0 D F6 45 3C
Octal 137 122 337 71 77 0 15 366 105 74
Binary 1011111 1010010 11011111 111001 111111 0 1101 11110110 1000101 111100

Color Harmonies of #5F52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F52DF

Black with #5F52DF

Text Example


Text Example

White with #5F52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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