Html Css Color HEX #5545DF Slate Blue

📋 copy color: '#5545DF'

red 85 ◦ green 69 ◦ blue 223

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

Shades of Slate Blue #5545DF

Tints of Slate Blue #5545DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 22.55%
G = 18.3%
B = 59.15%

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

#5545DF (or 0x5545DF) is known color: Slate Blue. HEX triplet: 55, 45 and DF. RGB value is (85,69,223). Sum of RGB (Red+Green+Blue) = 85+69+223=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5545DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545DF is #AABA20. Grayscale: #5A5A5A. Windows color (decimal): -11188769 or 14632277. OLE color: 14632277.

HSL color Cylindrical-coordinate representation of color #5545DF: hue angle of 246.23º degrees, saturation: 0.71, 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 #5545DF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 69 223 -
CMYK 0.62 0.69 0 0.13
HSL 246.23º 0.71% 0.57% -
HSV(B) 246.23º 0.69% 0.87% -
XYZ 19.19 11.52 71.02 -
YUV 91.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 85 69 223 0.62 0.69 0 0.13 246.23 0.71 0.57
Hex 55 45 DF 3E 45 0 D F6 47 39
Octal 125 105 337 76 105 0 15 366 107 71
Binary 1010101 1000101 11011111 111110 1000101 0 1101 11110110 1000111 111001

Color Harmonies of #5545DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545DF

Black with #5545DF

Text Example


Text Example

White with #5545DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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