Html Css Color HEX #5551CB Slate Blue

📋 copy color: '#5551CB'

red 85 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #5551CB

Tints of Slate Blue #5551CB

RGB

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

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

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

R = 23.04%
G = 21.95%
B = 55.01%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5551CB (or 0x5551CB) is known color: Slate Blue. HEX triplet: 55, 51 and CB. RGB value is (85,81,203). Sum of RGB (Red+Green+Blue) = 85+81+203=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #5551CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551CB is #AAAE34. Grayscale: #5F5F5F. Windows color (decimal): -11185717 or 13324629. OLE color: 13324629.

HSL color Cylindrical-coordinate representation of color #5551CB: hue angle of 241.97º degrees, saturation: 0.54, 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 #5551CB is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 81 203 -
CMYK 0.58 0.60 0 0.20
HSL 241.97º 0.54% 0.56% -
HSV(B) 241.97º 0.6% 0.8% -
XYZ 17.47 12.13 57.92 -
YUV 96.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 85 81 203 0.58 0.60 0 0.20 241.97 0.54 0.56
Hex 55 51 CB 3A 3C 0 14 F2 36 38
Octal 125 121 313 72 74 0 24 362 66 70
Binary 1010101 1010001 11001011 111010 111100 0 10100 11110010 110110 111000

Color Harmonies of #5551CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551CB

Black with #5551CB

Text Example


Text Example

White with #5551CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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