Html Css Color HEX #5547CB Slate Blue

📋 copy color: '#5547CB'

red 85 ◦ green 71 ◦ blue 203

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

Shades of Slate Blue #5547CB

Tints of Slate Blue #5547CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

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

R = 23.68%
G = 19.78%
B = 56.55%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5547CB (or 0x5547CB) is known color: Slate Blue. HEX triplet: 55, 47 and CB. RGB value is (85,71,203). Sum of RGB (Red+Green+Blue) = 85+71+203=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #5547CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547CB is #AAB834. Grayscale: #595959. Windows color (decimal): -11188277 or 13322069. OLE color: 13322069.

HSL color Cylindrical-coordinate representation of color #5547CB: hue angle of 246.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5547CB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 71 203 -
CMYK 0.58 0.65 0 0.20
HSL 246.36º 0.56% 0.54% -
HSV(B) 246.36º 0.65% 0.8% -
XYZ 16.78 10.75 57.69 -
YUV 90.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 85 71 203 0.58 0.65 0 0.20 246.36 0.56 0.54
Hex 55 47 CB 3A 41 0 14 F6 38 36
Octal 125 107 313 72 101 0 24 366 70 66
Binary 1010101 1000111 11001011 111010 1000001 0 10100 11110110 111000 110110

Color Harmonies of #5547CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5547CB

Black with #5547CB

Text Example


Text Example

White with #5547CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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