Html Css Color HEX #5142CC Slate Blue

📋 copy color: '#5142CC'

red 81 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #5142CC

Tints of Slate Blue #5142CC

RGB

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

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

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

R = 23.08%
G = 18.8%
B = 58.12%

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

#5142CC (or 0x5142CC) is known color: Slate Blue. HEX triplet: 51, 42 and CC. RGB value is (81,66,204). Sum of RGB (Red+Green+Blue) = 81+66+204=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #5142CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142CC is #AEBD33. Grayscale: #555555. Windows color (decimal): -11451700 or 13386321. OLE color: 13386321.

HSL color Cylindrical-coordinate representation of color #5142CC: hue angle of 246.52º 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 #5142CC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 66 204 -
CMYK 0.60 0.68 0 0.2
HSL 246.52º 0.58% 0.53% -
HSV(B) 246.52º 0.68% 0.8% -
XYZ 16.24 10.01 58.2 -
YUV 86.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 81 66 204 0.60 0.68 0 0.2 246.52 0.58 0.53
Hex 51 42 CC 3C 44 0 14 F7 3A 35
Octal 121 102 314 74 104 0 24 367 72 65
Binary 1010001 1000010 11001100 111100 1000100 0 10100 11110111 111010 110101

Color Harmonies of #5142CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5142CC

Black with #5142CC

Text Example


Text Example

White with #5142CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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