Html Css Color HEX #5749CA Slate Blue

📋 copy color: '#5749CA'

red 87 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #5749CA

Tints of Slate Blue #5749CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 24.03%
G = 20.17%
B = 55.8%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5749CA (or 0x5749CA) is known color: Slate Blue. HEX triplet: 57, 49 and CA. RGB value is (87,73,202). Sum of RGB (Red+Green+Blue) = 87+73+202=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #5749CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749CA is #A8B635. Grayscale: #5B5B5B. Windows color (decimal): -11056694 or 13257047. OLE color: 13257047.

HSL color Cylindrical-coordinate representation of color #5749CA: hue angle of 246.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5749CA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 73 202 -
CMYK 0.57 0.64 0 0.21
HSL 246.51º 0.55% 0.54% -
HSV(B) 246.51º 0.64% 0.79% -
XYZ 16.97 11.06 57.12 -
YUV 91.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 87 73 202 0.57 0.64 0 0.21 246.51 0.55 0.54
Hex 57 49 CA 39 40 0 15 F7 37 36
Octal 127 111 312 71 100 0 25 367 67 66
Binary 1010111 1001001 11001010 111001 1000000 0 10101 11110111 110111 110110

Color Harmonies of #5749CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749CA

Black with #5749CA

Text Example


Text Example

White with #5749CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5749CA; }

 p { color: rgb(87,73,202); }

 H1.HeaderClassName
 {
   color: #5749CA;
 }
 .AnyTagClassName
 {
   color: #5749CA;
 }
</style>

background-color css

<style>
 a { background-color: #5749CA; }

 a { background-color: rgb(87,73,202); }

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

border-color css

<style>
 span { border-color: #5749CA; }

 span { border-color: rgb(87,73,202); }

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