Html Css Color HEX #5F51CE Slate Blue

📋 copy color: '#5F51CE'

red 95 ◦ green 81 ◦ blue 206

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

Shades of Slate Blue #5F51CE

Tints of Slate Blue #5F51CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 24.87%
G = 21.2%
B = 53.93%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F51CE (or 0x5F51CE) is known color: Slate Blue. HEX triplet: 5F, 51 and CE. RGB value is (95,81,206). Sum of RGB (Red+Green+Blue) = 95+81+206=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F51CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51CE is #A0AE31. Grayscale: #626262. Windows color (decimal): -10530354 or 13521247. OLE color: 13521247.

HSL color Cylindrical-coordinate representation of color #5F51CE: hue angle of 246.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F51CE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 81 206 -
CMYK 0.54 0.61 0 0.19
HSL 246.72º 0.56% 0.56% -
HSV(B) 246.72º 0.61% 0.81% -
XYZ 18.8 12.77 59.87 -
YUV 99.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 95 81 206 0.54 0.61 0 0.19 246.72 0.56 0.56
Hex 5F 51 CE 36 3D 0 13 F7 38 38
Octal 137 121 316 66 75 0 23 367 70 70
Binary 1011111 1010001 11001110 110110 111101 0 10011 11110111 111000 111000

Color Harmonies of #5F51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F51CE

Black with #5F51CE

Text Example


Text Example

White with #5F51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,81,206); }

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

background-color css

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

 a { background-color: rgb(95,81,206); }

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

border-color css

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

 span { border-color: rgb(95,81,206); }

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