Html Css Color HEX #5541CA Slate Blue

📋 copy color: '#5541CA'

red 85 ◦ green 65 ◦ blue 202

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

Shades of Slate Blue #5541CA

Tints of Slate Blue #5541CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 24.15%
G = 18.47%
B = 57.39%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5541CA (or 0x5541CA) is known color: Slate Blue. HEX triplet: 55, 41 and CA. RGB value is (85,65,202). Sum of RGB (Red+Green+Blue) = 85+65+202=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5541CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541CA is #AABE35. Grayscale: #565656. Windows color (decimal): -11189814 or 13254997. OLE color: 13254997.

HSL color Cylindrical-coordinate representation of color #5541CA: hue angle of 248.76º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5541CA is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 65 202 -
CMYK 0.58 0.68 0 0.21
HSL 248.76º 0.56% 0.52% -
HSV(B) 248.76º 0.68% 0.79% -
XYZ 16.3 9.98 56.94 -
YUV 86.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 85 65 202 0.58 0.68 0 0.21 248.76 0.56 0.52
Hex 55 41 CA 3A 44 0 15 F9 38 34
Octal 125 101 312 72 104 0 25 371 70 64
Binary 1010101 1000001 11001010 111010 1000100 0 10101 11111001 111000 110100

Color Harmonies of #5541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541CA

Black with #5541CA

Text Example


Text Example

White with #5541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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