Html Css Color HEX #5142CB Slate Blue

📋 copy color: '#5142CB'

red 81 ◦ green 66 ◦ blue 203

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

Shades of Slate Blue #5142CB

Tints of Slate Blue #5142CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 23.14%
G = 18.86%
B = 58%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5142CB (or 0x5142CB) is known color: Slate Blue. HEX triplet: 51, 42 and CB. RGB value is (81,66,203). Sum of RGB (Red+Green+Blue) = 81+66+203=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #5142CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142CB is #AEBD34. Grayscale: #555555. Windows color (decimal): -11451701 or 13320785. OLE color: 13320785.

HSL color Cylindrical-coordinate representation of color #5142CB: hue angle of 246.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5142CB is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 66 203 -
CMYK 0.60 0.67 0 0.20
HSL 246.57º 0.57% 0.53% -
HSV(B) 246.57º 0.67% 0.8% -
XYZ 16.12 9.96 57.57 -
YUV 86.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 81 66 203 0.60 0.67 0 0.20 246.57 0.57 0.53
Hex 51 42 CB 3C 43 0 14 F7 39 35
Octal 121 102 313 74 103 0 24 367 71 65
Binary 1010001 1000010 11001011 111100 1000011 0 10100 11110111 111001 110101

Color Harmonies of #5142CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5142CB

Black with #5142CB

Text Example


Text Example

White with #5142CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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