Html Css Color HEX #5551D6 Slate Blue

📋 copy color: '#5551D6'

red 85 ◦ green 81 ◦ blue 214

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

Shades of Slate Blue #5551D6

Tints of Slate Blue #5551D6

RGB

 RED value IS 85 (33.59% from 255) = 22.37%

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 214 (83.98% from 255) = 56.32%

R = 22.37%
G = 21.32%
B = 56.32%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5551D6 (or 0x5551D6) is known color: Slate Blue. HEX triplet: 55, 51 and D6. RGB value is (85,81,214). Sum of RGB (Red+Green+Blue) = 85+81+214=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #5551D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551D6 is #AAAE29. Grayscale: #606060. Windows color (decimal): -11185706 or 14045525. OLE color: 14045525.

HSL color Cylindrical-coordinate representation of color #5551D6: hue angle of 241.8º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5551D6 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 81 214 -
CMYK 0.60 0.62 0 0.16
HSL 241.8º 0.62% 0.58% -
HSV(B) 241.8º 0.62% 0.84% -
XYZ 18.83 12.67 65.07 -
YUV 97.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 85 81 214 0.60 0.62 0 0.16 241.8 0.62 0.58
Hex 55 51 D6 3C 3E 0 10 F2 3E 3A
Octal 125 121 326 74 76 0 20 362 76 72
Binary 1010101 1010001 11010110 111100 111110 0 10000 11110010 111110 111010

Color Harmonies of #5551D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551D6

Black with #5551D6

Text Example


Text Example

White with #5551D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5551D6; }

 p { color: rgb(85,81,214); }

 H1.HeaderClassName
 {
   color: #5551D6;
 }
 .AnyTagClassName
 {
   color: #5551D6;
 }
</style>

background-color css

<style>
 a { background-color: #5551D6; }

 a { background-color: rgb(85,81,214); }

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

border-color css

<style>
 span { border-color: #5551D6; }

 span { border-color: rgb(85,81,214); }

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