Html Css Color HEX #5545CE Slate Blue

📋 copy color: '#5545CE'

red 85 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #5545CE

Tints of Slate Blue #5545CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 23.61%
G = 19.17%
B = 57.22%

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

#5545CE (or 0x5545CE) is known color: Slate Blue. HEX triplet: 55, 45 and CE. RGB value is (85,69,206). Sum of RGB (Red+Green+Blue) = 85+69+206=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5545CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545CE is #AABA31. Grayscale: #585858. Windows color (decimal): -11188786 or 13518165. OLE color: 13518165.

HSL color Cylindrical-coordinate representation of color #5545CE: hue angle of 247.01º degrees, saturation: 0.58, 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 #5545CE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 69 206 -
CMYK 0.59 0.67 0 0.19
HSL 247.01º 0.58% 0.54% -
HSV(B) 247.01º 0.67% 0.81% -
XYZ 17.02 10.64 59.55 -
YUV 89.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 85 69 206 0.59 0.67 0 0.19 247.01 0.58 0.54
Hex 55 45 CE 3B 43 0 13 F7 3A 36
Octal 125 105 316 73 103 0 23 367 72 66
Binary 1010101 1000101 11001110 111011 1000011 0 10011 11110111 111010 110110

Color Harmonies of #5545CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545CE

Black with #5545CE

Text Example


Text Example

White with #5545CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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