Html Css Color HEX #5754D7 Slate Blue

📋 copy color: '#5754D7'

red 87 ◦ green 84 ◦ blue 215

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

Shades of Slate Blue #5754D7

Tints of Slate Blue #5754D7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

 BLUE value IS 215 (84.38% from 255) = 55.7%

R = 22.54%
G = 21.76%
B = 55.7%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5754D7 (or 0x5754D7) is known color: Slate Blue. HEX triplet: 57, 54 and D7. RGB value is (87,84,215). Sum of RGB (Red+Green+Blue) = 87+84+215=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #5754D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754D7 is #A8AB28. Grayscale: #636363. Windows color (decimal): -11053865 or 14111831. OLE color: 14111831.

HSL color Cylindrical-coordinate representation of color #5754D7: hue angle of 241.37º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5754D7 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 84 215 -
CMYK 0.60 0.61 0 0.16
HSL 241.37º 0.62% 0.59% -
HSV(B) 241.37º 0.61% 0.84% -
XYZ 19.37 13.27 65.83 -
YUV 99.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 87 84 215 0.60 0.61 0 0.16 241.37 0.62 0.59
Hex 57 54 D7 3C 3D 0 10 F1 3E 3B
Octal 127 124 327 74 75 0 20 361 76 73
Binary 1010111 1010100 11010111 111100 111101 0 10000 11110001 111110 111011

Color Harmonies of #5754D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754D7

Black with #5754D7

Text Example


Text Example

White with #5754D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5754D7; }

 p { color: rgb(87,84,215); }

 H1.HeaderClassName
 {
   color: #5754D7;
 }
 .AnyTagClassName
 {
   color: #5754D7;
 }
</style>

background-color css

<style>
 a { background-color: #5754D7; }

 a { background-color: rgb(87,84,215); }

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

border-color css

<style>
 span { border-color: #5754D7; }

 span { border-color: rgb(87,84,215); }

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