Html Css Color HEX #5141CE Slate Blue

📋 copy color: '#5141CE'

red 81 ◦ green 65 ◦ blue 206

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

Shades of Slate Blue #5141CE

Tints of Slate Blue #5141CE

RGB

 RED value IS 81 (32.03% from 255) = 23.01%

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 23.01%
G = 18.47%
B = 58.52%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5141CE (or 0x5141CE) is known color: Slate Blue. HEX triplet: 51, 41 and CE. RGB value is (81,65,206). Sum of RGB (Red+Green+Blue) = 81+65+206=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #5141CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CE is #AEBE31. Grayscale: #555555. Windows color (decimal): -11451954 or 13517137. OLE color: 13517137.

HSL color Cylindrical-coordinate representation of color #5141CE: hue angle of 246.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5141CE is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 65 206 -
CMYK 0.61 0.68 0 0.19
HSL 246.81º 0.59% 0.53% -
HSV(B) 246.81º 0.68% 0.81% -
XYZ 16.42 9.99 59.45 -
YUV 85.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 81 65 206 0.61 0.68 0 0.19 246.81 0.59 0.53
Hex 51 41 CE 3D 44 0 13 F7 3B 35
Octal 121 101 316 75 104 0 23 367 73 65
Binary 1010001 1000001 11001110 111101 1000100 0 10011 11110111 111011 110101

Color Harmonies of #5141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141CE

Black with #5141CE

Text Example


Text Example

White with #5141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5141CE; }

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

 H1.HeaderClassName
 {
   color: #5141CE;
 }
 .AnyTagClassName
 {
   color: #5141CE;
 }
</style>

background-color css

<style>
 a { background-color: #5141CE; }

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

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

border-color css

<style>
 span { border-color: #5141CE; }

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

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