Html Css Color HEX #5745CE Slate Blue

📋 copy color: '#5745CE'

red 87 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #5745CE

Tints of Slate Blue #5745CE

RGB

 RED value IS 87 (34.38% from 255) = 24.03%

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

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

R = 24.03%
G = 19.06%
B = 56.91%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5745CE (or 0x5745CE) is known color: Slate Blue. HEX triplet: 57, 45 and CE. RGB value is (87,69,206). Sum of RGB (Red+Green+Blue) = 87+69+206=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #5745CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745CE is #A8BA31. Grayscale: #595959. Windows color (decimal): -11057714 or 13518167. OLE color: 13518167.

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

Color convert

RGB 87 69 206 -
CMYK 0.58 0.67 0 0.19
HSL 247.88º 0.58% 0.54% -
HSV(B) 247.88º 0.67% 0.81% -
XYZ 17.2 10.74 59.56 -
YUV 90 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 87 69 206 0.58 0.67 0 0.19 247.88 0.58 0.54
Hex 57 45 CE 3A 43 0 13 F8 3A 36
Octal 127 105 316 72 103 0 23 370 72 66
Binary 1010111 1000101 11001110 111010 1000011 0 10011 11111000 111010 110110

Color Harmonies of #5745CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5745CE

Black with #5745CE

Text Example


Text Example

White with #5745CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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