Html Css Color HEX #5141CB Slate Blue

📋 copy color: '#5141CB'

red 81 ◦ green 65 ◦ blue 203

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

Shades of Slate Blue #5141CB

Tints of Slate Blue #5141CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 23.21%
G = 18.62%
B = 58.17%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5141CB (or 0x5141CB) is known color: Slate Blue. HEX triplet: 51, 41 and CB. RGB value is (81,65,203). Sum of RGB (Red+Green+Blue) = 81+65+203=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #5141CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CB is #AEBE34. Grayscale: #545454. Windows color (decimal): -11451957 or 13320529. OLE color: 13320529.

HSL color Cylindrical-coordinate representation of color #5141CB: hue angle of 246.96º degrees, saturation: 0.57, 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 #5141CB is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 65 203 -
CMYK 0.60 0.68 0 0.20
HSL 246.96º 0.57% 0.53% -
HSV(B) 246.96º 0.68% 0.8% -
XYZ 16.06 9.84 57.55 -
YUV 85.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 81 65 203 0.60 0.68 0 0.20 246.96 0.57 0.53
Hex 51 41 CB 3C 44 0 14 F7 39 35
Octal 121 101 313 74 104 0 24 367 71 65
Binary 1010001 1000001 11001011 111100 1000100 0 10100 11110111 111001 110101

Color Harmonies of #5141CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141CB

Black with #5141CB

Text Example


Text Example

White with #5141CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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