Html Css Color HEX #5551CD Slate Blue

📋 copy color: '#5551CD'

red 85 ◦ green 81 ◦ blue 205

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

Shades of Slate Blue #5551CD

Tints of Slate Blue #5551CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 22.91%
G = 21.83%
B = 55.26%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5551CD (or 0x5551CD) is known color: Slate Blue. HEX triplet: 55, 51 and CD. RGB value is (85,81,205). Sum of RGB (Red+Green+Blue) = 85+81+205=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #5551CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551CD is #AAAE32. Grayscale: #5F5F5F. Windows color (decimal): -11185715 or 13455701. OLE color: 13455701.

HSL color Cylindrical-coordinate representation of color #5551CD: hue angle of 241.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5551CD is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 81 205 -
CMYK 0.59 0.60 0 0.20
HSL 241.94º 0.55% 0.56% -
HSV(B) 241.94º 0.6% 0.8% -
XYZ 17.71 12.22 59.18 -
YUV 96.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 85 81 205 0.59 0.60 0 0.20 241.94 0.55 0.56
Hex 55 51 CD 3B 3C 0 14 F2 37 38
Octal 125 121 315 73 74 0 24 362 67 70
Binary 1010101 1010001 11001101 111011 111100 0 10100 11110010 110111 111000

Color Harmonies of #5551CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551CD

Black with #5551CD

Text Example


Text Example

White with #5551CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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