Html Css Color HEX #5751DA Slate Blue

📋 copy color: '#5751DA'

red 87 ◦ green 81 ◦ blue 218

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

Shades of Slate Blue #5751DA

Tints of Slate Blue #5751DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 22.54%
G = 20.98%
B = 56.48%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5751DA (or 0x5751DA) is known color: Slate Blue. HEX triplet: 57, 51 and DA. RGB value is (87,81,218). Sum of RGB (Red+Green+Blue) = 87+81+218=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #5751DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5751DA is #A8AE25. Grayscale: #616161. Windows color (decimal): -11054630 or 14307671. OLE color: 14307671.

HSL color Cylindrical-coordinate representation of color #5751DA: hue angle of 242.63º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5751DA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 81 218 -
CMYK 0.60 0.63 0 0.15
HSL 242.63º 0.65% 0.59% -
HSV(B) 242.63º 0.63% 0.85% -
XYZ 19.53 12.97 67.8 -
YUV 98.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 87 81 218 0.60 0.63 0 0.15 242.63 0.65 0.59
Hex 57 51 DA 3C 3F 0 F F3 41 3B
Octal 127 121 332 74 77 0 17 363 101 73
Binary 1010111 1010001 11011010 111100 111111 0 1111 11110011 1000001 111011

Color Harmonies of #5751DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5751DA

Black with #5751DA

Text Example


Text Example

White with #5751DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5751DA; }

 p { color: rgb(87,81,218); }

 H1.HeaderClassName
 {
   color: #5751DA;
 }
 .AnyTagClassName
 {
   color: #5751DA;
 }
</style>

background-color css

<style>
 a { background-color: #5751DA; }

 a { background-color: rgb(87,81,218); }

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

border-color css

<style>
 span { border-color: #5751DA; }

 span { border-color: rgb(87,81,218); }

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