Html Css Color HEX #575ED8 Slate Blue

📋 copy color: '#575ED8'

red 87 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #575ED8

Tints of Slate Blue #575ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.41%

R = 21.91%
G = 23.68%
B = 54.41%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#575ED8 (or 0x575ED8) is known color: Slate Blue. HEX triplet: 57, 5E and D8. RGB value is (87,94,216). Sum of RGB (Red+Green+Blue) = 87+94+216=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #575ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED8 is #A8A127. Grayscale: #696969. Windows color (decimal): -11051304 or 14179927. OLE color: 14179927.

HSL color Cylindrical-coordinate representation of color #575ED8: hue angle of 236.74º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575ED8 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 94 216 -
CMYK 0.60 0.56 0 0.15
HSL 236.74º 0.62% 0.59% -
HSV(B) 236.74º 0.6% 0.85% -
XYZ 20.33 14.99 66.79 -
YUV 105.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 87 94 216 0.60 0.56 0 0.15 236.74 0.62 0.59
Hex 57 5E D8 3C 38 0 F ED 3E 3B
Octal 127 136 330 74 70 0 17 355 76 73
Binary 1010111 1011110 11011000 111100 111000 0 1111 11101101 111110 111011

Color Harmonies of #575ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ED8

Black with #575ED8

Text Example


Text Example

White with #575ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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