Html Css Color HEX #5748CC Slate Blue

📋 copy color: '#5748CC'

red 87 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #5748CC

Tints of Slate Blue #5748CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 23.97%
G = 19.83%
B = 56.2%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5748CC (or 0x5748CC) is known color: Slate Blue. HEX triplet: 57, 48 and CC. RGB value is (87,72,204). Sum of RGB (Red+Green+Blue) = 87+72+204=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #5748CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748CC is #A8B733. Grayscale: #5B5B5B. Windows color (decimal): -11056948 or 13387863. OLE color: 13387863.

HSL color Cylindrical-coordinate representation of color #5748CC: hue angle of 246.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5748CC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 72 204 -
CMYK 0.57 0.65 0 0.2
HSL 246.82º 0.56% 0.54% -
HSV(B) 246.82º 0.65% 0.8% -
XYZ 17.15 11.02 58.35 -
YUV 91.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 87 72 204 0.57 0.65 0 0.2 246.82 0.56 0.54
Hex 57 48 CC 39 41 0 14 F7 38 36
Octal 127 110 314 71 101 0 24 367 70 66
Binary 1010111 1001000 11001100 111001 1000001 0 10100 11110111 111000 110110

Color Harmonies of #5748CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748CC

Black with #5748CC

Text Example


Text Example

White with #5748CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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