Html Css Color HEX #5141CC Slate Blue

📋 copy color: '#5141CC'

red 81 ◦ green 65 ◦ blue 204

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

Shades of Slate Blue #5141CC

Tints of Slate Blue #5141CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 23.14%
G = 18.57%
B = 58.29%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5141CC (or 0x5141CC) is known color: Slate Blue. HEX triplet: 51, 41 and CC. RGB value is (81,65,204). Sum of RGB (Red+Green+Blue) = 81+65+204=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #5141CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CC is #AEBE33. Grayscale: #555555. Windows color (decimal): -11451956 or 13386065. OLE color: 13386065.

HSL color Cylindrical-coordinate representation of color #5141CC: hue angle of 246.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5141CC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 65 204 -
CMYK 0.60 0.68 0 0.2
HSL 246.91º 0.58% 0.53% -
HSV(B) 246.91º 0.68% 0.8% -
XYZ 16.18 9.89 58.18 -
YUV 85.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 81 65 204 0.60 0.68 0 0.2 246.91 0.58 0.53
Hex 51 41 CC 3C 44 0 14 F7 3A 35
Octal 121 101 314 74 104 0 24 367 72 65
Binary 1010001 1000001 11001100 111100 1000100 0 10100 11110111 111010 110101

Color Harmonies of #5141CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141CC

Black with #5141CC

Text Example


Text Example

White with #5141CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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