Html Css Color HEX #5544CF Slate Blue

📋 copy color: '#5544CF'

red 85 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #5544CF

Tints of Slate Blue #5544CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 23.61%
G = 18.89%
B = 57.5%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5544CF (or 0x5544CF) is known color: Slate Blue. HEX triplet: 55, 44 and CF. RGB value is (85,68,207). Sum of RGB (Red+Green+Blue) = 85+68+207=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5544CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544CF is #AABB30. Grayscale: #585858. Windows color (decimal): -11189041 or 13583445. OLE color: 13583445.

HSL color Cylindrical-coordinate representation of color #5544CF: hue angle of 247.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5544CF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 68 207 -
CMYK 0.59 0.67 0 0.19
HSL 247.34º 0.59% 0.54% -
HSV(B) 247.34º 0.67% 0.81% -
XYZ 17.08 10.57 60.17 -
YUV 88.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 85 68 207 0.59 0.67 0 0.19 247.34 0.59 0.54
Hex 55 44 CF 3B 43 0 13 F7 3B 36
Octal 125 104 317 73 103 0 23 367 73 66
Binary 1010101 1000100 11001111 111011 1000011 0 10011 11110111 111011 110110

Color Harmonies of #5544CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5544CF

Black with #5544CF

Text Example


Text Example

White with #5544CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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