Html Css Color HEX #5740CF Slate Blue

📋 copy color: '#5740CF'

red 87 ◦ green 64 ◦ blue 207

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

Shades of Slate Blue #5740CF

Tints of Slate Blue #5740CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 24.3%
G = 17.88%
B = 57.82%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5740CF (or 0x5740CF) is known color: Slate Blue. HEX triplet: 57, 40 and CF. RGB value is (87,64,207). Sum of RGB (Red+Green+Blue) = 87+64+207=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5740CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740CF is #A8BF30. Grayscale: #565656. Windows color (decimal): -11058993 or 13582423. OLE color: 13582423.

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

Color convert

RGB 87 64 207 -
CMYK 0.58 0.69 0 0.19
HSL 249.65º 0.6% 0.53% -
HSV(B) 249.65º 0.69% 0.81% -
XYZ 17.03 10.2 60.1 -
YUV 87.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 87 64 207 0.58 0.69 0 0.19 249.65 0.6 0.53
Hex 57 40 CF 3A 45 0 13 FA 3C 35
Octal 127 100 317 72 105 0 23 372 74 65
Binary 1010111 1000000 11001111 111010 1000101 0 10011 11111010 111100 110101

Color Harmonies of #5740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740CF

Black with #5740CF

Text Example


Text Example

White with #5740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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