Html Css Color HEX #5748CF Slate Blue

📋 copy color: '#5748CF'

red 87 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #5748CF

Tints of Slate Blue #5748CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 23.77%
G = 19.67%
B = 56.56%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5748CF (or 0x5748CF) is known color: Slate Blue. HEX triplet: 57, 48 and CF. RGB value is (87,72,207). Sum of RGB (Red+Green+Blue) = 87+72+207=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #5748CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748CF is #A8B730. Grayscale: #5B5B5B. Windows color (decimal): -11056945 or 13584471. OLE color: 13584471.

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

Color convert

RGB 87 72 207 -
CMYK 0.58 0.65 0 0.19
HSL 246.67º 0.58% 0.55% -
HSV(B) 246.67º 0.65% 0.81% -
XYZ 17.51 11.17 60.26 -
YUV 91.88 192.97 124.52 -
System Red Green Blue C M Y K H S L
Decimal 87 72 207 0.58 0.65 0 0.19 246.67 0.58 0.55
Hex 57 48 CF 3A 41 0 13 F7 3A 37
Octal 127 110 317 72 101 0 23 367 72 67
Binary 1010111 1001000 11001111 111010 1000001 0 10011 11110111 111010 110111

Color Harmonies of #5748CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748CF

Black with #5748CF

Text Example


Text Example

White with #5748CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,72,207); }

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

background-color css

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

 a { background-color: rgb(87,72,207); }

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

border-color css

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

 span { border-color: rgb(87,72,207); }

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