Html Css Color HEX #5545DD Slate Blue

📋 copy color: '#5545DD'

red 85 ◦ green 69 ◦ blue 221

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

Shades of Slate Blue #5545DD

Tints of Slate Blue #5545DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 22.67%
G = 18.4%
B = 58.93%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5545DD (or 0x5545DD) is known color: Slate Blue. HEX triplet: 55, 45 and DD. RGB value is (85,69,221). Sum of RGB (Red+Green+Blue) = 85+69+221=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #5545DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545DD is #AABA22. Grayscale: #5A5A5A. Windows color (decimal): -11188771 or 14501205. OLE color: 14501205.

HSL color Cylindrical-coordinate representation of color #5545DD: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5545DD is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 69 221 -
CMYK 0.62 0.69 0 0.13
HSL 246.32º 0.69% 0.57% -
HSV(B) 246.32º 0.69% 0.87% -
XYZ 18.93 11.41 69.61 -
YUV 91.11 201.3 123.64 -
System Red Green Blue C M Y K H S L
Decimal 85 69 221 0.62 0.69 0 0.13 246.32 0.69 0.57
Hex 55 45 DD 3E 45 0 D F6 45 39
Octal 125 105 335 76 105 0 15 366 105 71
Binary 1010101 1000101 11011101 111110 1000101 0 1101 11110110 1000101 111001

Color Harmonies of #5545DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545DD

Black with #5545DD

Text Example


Text Example

White with #5545DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5545DD; }

 p { color: rgb(85,69,221); }

 H1.HeaderClassName
 {
   color: #5545DD;
 }
 .AnyTagClassName
 {
   color: #5545DD;
 }
</style>

background-color css

<style>
 a { background-color: #5545DD; }

 a { background-color: rgb(85,69,221); }

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

border-color css

<style>
 span { border-color: #5545DD; }

 span { border-color: rgb(85,69,221); }

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