Html Css Color HEX #5546CA Slate Blue

📋 copy color: '#5546CA'

red 85 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #5546CA

Tints of Slate Blue #5546CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 23.81%
G = 19.61%
B = 56.58%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5546CA (or 0x5546CA) is known color: Slate Blue. HEX triplet: 55, 46 and CA. RGB value is (85,70,202). Sum of RGB (Red+Green+Blue) = 85+70+202=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5546CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5546CA is #AAB935. Grayscale: #595959. Windows color (decimal): -11188534 or 13256277. OLE color: 13256277.

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

Color convert

RGB 85 70 202 -
CMYK 0.58 0.65 0 0.21
HSL 246.82º 0.55% 0.53% -
HSV(B) 246.82º 0.65% 0.79% -
XYZ 16.6 10.58 57.04 -
YUV 89.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 85 70 202 0.58 0.65 0 0.21 246.82 0.55 0.53
Hex 55 46 CA 3A 41 0 15 F7 37 35
Octal 125 106 312 72 101 0 25 367 67 65
Binary 1010101 1000110 11001010 111010 1000001 0 10101 11110111 110111 110101

Color Harmonies of #5546CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5546CA

Black with #5546CA

Text Example


Text Example

White with #5546CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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