Html Css Color HEX #5760D5 Slate Blue

📋 copy color: '#5760D5'

red 87 ◦ green 96 ◦ blue 213

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

Shades of Slate Blue #5760D5

Tints of Slate Blue #5760D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 21.97%
G = 24.24%
B = 53.79%

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

#5760D5 (or 0x5760D5) is known color: Slate Blue. HEX triplet: 57, 60 and D5. RGB value is (87,96,213). Sum of RGB (Red+Green+Blue) = 87+96+213=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #5760D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760D5 is #A89F2A. Grayscale: #6A6A6A. Windows color (decimal): -11050795 or 13983831. OLE color: 13983831.

HSL color Cylindrical-coordinate representation of color #5760D5: hue angle of 235.71º degrees, saturation: 0.6, 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 #5760D5 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 96 213 -
CMYK 0.59 0.55 0 0.16
HSL 235.71º 0.6% 0.59% -
HSV(B) 235.71º 0.59% 0.84% -
XYZ 20.12 15.2 64.82 -
YUV 106.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 87 96 213 0.59 0.55 0 0.16 235.71 0.6 0.59
Hex 57 60 D5 3B 37 0 10 EC 3C 3B
Octal 127 140 325 73 67 0 20 354 74 73
Binary 1010111 1100000 11010101 111011 110111 0 10000 11101100 111100 111011

Color Harmonies of #5760D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760D5

Black with #5760D5

Text Example


Text Example

White with #5760D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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