Html Css Color HEX #5550CA Slate Blue

📋 copy color: '#5550CA'

red 85 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #5550CA

Tints of Slate Blue #5550CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

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

R = 23.16%
G = 21.8%
B = 55.04%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5550CA (or 0x5550CA) is known color: Slate Blue. HEX triplet: 55, 50 and CA. RGB value is (85,80,202). Sum of RGB (Red+Green+Blue) = 85+80+202=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5550CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550CA is #AAAF35. Grayscale: #5E5E5E. Windows color (decimal): -11185974 or 13258837. OLE color: 13258837.

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

Color convert

RGB 85 80 202 -
CMYK 0.58 0.60 0 0.21
HSL 242.46º 0.54% 0.55% -
HSV(B) 242.46º 0.6% 0.79% -
XYZ 17.28 11.93 57.27 -
YUV 95.4 188.16 120.58 -
System Red Green Blue C M Y K H S L
Decimal 85 80 202 0.58 0.60 0 0.21 242.46 0.54 0.55
Hex 55 50 CA 3A 3C 0 15 F2 36 37
Octal 125 120 312 72 74 0 25 362 66 67
Binary 1010101 1010000 11001010 111010 111100 0 10101 11110010 110110 110111

Color Harmonies of #5550CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550CA

Black with #5550CA

Text Example


Text Example

White with #5550CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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