Html Css Color HEX #5144D0 Slate Blue

📋 copy color: '#5144D0'

red 81 ◦ green 68 ◦ blue 208

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

Shades of Slate Blue #5144D0

Tints of Slate Blue #5144D0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 208 (81.64% from 255) = 58.26%

R = 22.69%
G = 19.05%
B = 58.26%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5144D0 (or 0x5144D0) is known color: Slate Blue. HEX triplet: 51, 44 and D0. RGB value is (81,68,208). Sum of RGB (Red+Green+Blue) = 81+68+208=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #5144D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144D0 is #AEBB2F. Grayscale: #575757. Windows color (decimal): -11451184 or 13648977. OLE color: 13648977.

HSL color Cylindrical-coordinate representation of color #5144D0: hue angle of 245.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5144D0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 68 208 -
CMYK 0.61 0.67 0 0.18
HSL 245.57º 0.6% 0.54% -
HSV(B) 245.57º 0.67% 0.82% -
XYZ 16.85 10.44 60.8 -
YUV 87.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 81 68 208 0.61 0.67 0 0.18 245.57 0.6 0.54
Hex 51 44 D0 3D 43 0 12 F6 3C 36
Octal 121 104 320 75 103 0 22 366 74 66
Binary 1010001 1000100 11010000 111101 1000011 0 10010 11110110 111100 110110

Color Harmonies of #5144D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5144D0

Black with #5144D0

Text Example


Text Example

White with #5144D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5144D0; }

 p { color: rgb(81,68,208); }

 H1.HeaderClassName
 {
   color: #5144D0;
 }
 .AnyTagClassName
 {
   color: #5144D0;
 }
</style>

background-color css

<style>
 a { background-color: #5144D0; }

 a { background-color: rgb(81,68,208); }

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

border-color css

<style>
 span { border-color: #5144D0; }

 span { border-color: rgb(81,68,208); }

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