Html Css Color HEX #5544CA Slate Blue

📋 copy color: '#5544CA'

red 85 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #5544CA

Tints of Slate Blue #5544CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 23.94%
G = 19.15%
B = 56.9%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5544CA (or 0x5544CA) is known color: Slate Blue. HEX triplet: 55, 44 and CA. RGB value is (85,68,202). Sum of RGB (Red+Green+Blue) = 85+68+202=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5544CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544CA is #AABB35. Grayscale: #575757. Windows color (decimal): -11189046 or 13255765. OLE color: 13255765.

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

Color convert

RGB 85 68 202 -
CMYK 0.58 0.66 0 0.21
HSL 247.61º 0.56% 0.53% -
HSV(B) 247.61º 0.66% 0.79% -
XYZ 16.47 10.33 57 -
YUV 88.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 85 68 202 0.58 0.66 0 0.21 247.61 0.56 0.53
Hex 55 44 CA 3A 42 0 15 F8 38 35
Octal 125 104 312 72 102 0 25 370 70 65
Binary 1010101 1000100 11001010 111010 1000010 0 10101 11111000 111000 110101

Color Harmonies of #5544CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5544CA

Black with #5544CA

Text Example


Text Example

White with #5544CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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