Html Css Color HEX #5541CB Slate Blue

📋 copy color: '#5541CB'

red 85 ◦ green 65 ◦ blue 203

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

Shades of Slate Blue #5541CB

Tints of Slate Blue #5541CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 24.08%
G = 18.41%
B = 57.51%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5541CB (or 0x5541CB) is known color: Slate Blue. HEX triplet: 55, 41 and CB. RGB value is (85,65,203). Sum of RGB (Red+Green+Blue) = 85+65+203=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #5541CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541CB is #AABE34. Grayscale: #565656. Windows color (decimal): -11189813 or 13320533. OLE color: 13320533.

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

Color convert

RGB 85 65 203 -
CMYK 0.58 0.68 0 0.20
HSL 248.7º 0.57% 0.53% -
HSV(B) 248.7º 0.68% 0.8% -
XYZ 16.42 10.02 57.57 -
YUV 86.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 85 65 203 0.58 0.68 0 0.20 248.7 0.57 0.53
Hex 55 41 CB 3A 44 0 14 F9 39 35
Octal 125 101 313 72 104 0 24 371 71 65
Binary 1010101 1000001 11001011 111010 1000100 0 10100 11111001 111001 110101

Color Harmonies of #5541CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541CB

Black with #5541CB

Text Example


Text Example

White with #5541CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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