Html Css Color HEX #5760D6 Slate Blue

📋 copy color: '#5760D6'

red 87 ◦ green 96 ◦ blue 214

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

Shades of Slate Blue #5760D6

Tints of Slate Blue #5760D6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 21.91%
G = 24.18%
B = 53.9%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5760D6 (or 0x5760D6) is known color: Slate Blue. HEX triplet: 57, 60 and D6. RGB value is (87,96,214). Sum of RGB (Red+Green+Blue) = 87+96+214=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #5760D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760D6 is #A89F29. Grayscale: #6A6A6A. Windows color (decimal): -11050794 or 14049367. OLE color: 14049367.

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

Color convert

RGB 87 96 214 -
CMYK 0.59 0.55 0 0.16
HSL 235.75º 0.61% 0.59% -
HSV(B) 235.75º 0.59% 0.84% -
XYZ 20.25 15.25 65.49 -
YUV 106.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 87 96 214 0.59 0.55 0 0.16 235.75 0.61 0.59
Hex 57 60 D6 3B 37 0 10 EC 3D 3B
Octal 127 140 326 73 67 0 20 354 75 73
Binary 1010111 1100000 11010110 111011 110111 0 10000 11101100 111101 111011

Color Harmonies of #5760D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760D6

Black with #5760D6

Text Example


Text Example

White with #5760D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5760D6; }

 p { color: rgb(87,96,214); }

 H1.HeaderClassName
 {
   color: #5760D6;
 }
 .AnyTagClassName
 {
   color: #5760D6;
 }
</style>

background-color css

<style>
 a { background-color: #5760D6; }

 a { background-color: rgb(87,96,214); }

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

border-color css

<style>
 span { border-color: #5760D6; }

 span { border-color: rgb(87,96,214); }

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