Html Css Color HEX #575ED5 Slate Blue

📋 copy color: '#575ED5'

red 87 ◦ green 94 ◦ blue 213

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

Shades of Slate Blue #575ED5

Tints of Slate Blue #575ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 22.08%
G = 23.86%
B = 54.06%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#575ED5 (or 0x575ED5) is known color: Slate Blue. HEX triplet: 57, 5E and D5. RGB value is (87,94,213). Sum of RGB (Red+Green+Blue) = 87+94+213=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #575ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED5 is #A8A12A. Grayscale: #686868. Windows color (decimal): -11051307 or 13983319. OLE color: 13983319.

HSL color Cylindrical-coordinate representation of color #575ED5: hue angle of 236.67º 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 #575ED5 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 94 213 -
CMYK 0.59 0.56 0 0.16
HSL 236.67º 0.6% 0.59% -
HSV(B) 236.67º 0.59% 0.84% -
XYZ 19.94 14.84 64.76 -
YUV 105.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 87 94 213 0.59 0.56 0 0.16 236.67 0.6 0.59
Hex 57 5E D5 3B 38 0 10 ED 3C 3B
Octal 127 136 325 73 70 0 20 355 74 73
Binary 1010111 1011110 11010101 111011 111000 0 10000 11101101 111100 111011

Color Harmonies of #575ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ED5

Black with #575ED5

Text Example


Text Example

White with #575ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575ED5; }

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

 H1.HeaderClassName
 {
   color: #575ED5;
 }
 .AnyTagClassName
 {
   color: #575ED5;
 }
</style>

background-color css

<style>
 a { background-color: #575ED5; }

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

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

border-color css

<style>
 span { border-color: #575ED5; }

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

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