Html Css Color HEX #575EDC Slate Blue

📋 copy color: '#575EDC'

red 87 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #575EDC

Tints of Slate Blue #575EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 21.7%
G = 23.44%
B = 54.86%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#575EDC (or 0x575EDC) is known color: Slate Blue. HEX triplet: 57, 5E and DC. RGB value is (87,94,220). Sum of RGB (Red+Green+Blue) = 87+94+220=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #575EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EDC is #A8A123. Grayscale: #696969. Windows color (decimal): -11051300 or 14442071. OLE color: 14442071.

HSL color Cylindrical-coordinate representation of color #575EDC: hue angle of 236.84º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575EDC is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 94 220 -
CMYK 0.60 0.57 0 0.14
HSL 236.84º 0.66% 0.6% -
HSV(B) 236.84º 0.6% 0.86% -
XYZ 20.85 15.2 69.54 -
YUV 106.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 87 94 220 0.60 0.57 0 0.14 236.84 0.66 0.6
Hex 57 5E DC 3C 39 0 E ED 42 3C
Octal 127 136 334 74 71 0 16 355 102 74
Binary 1010111 1011110 11011100 111100 111001 0 1110 11101101 1000010 111100

Color Harmonies of #575EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EDC

Black with #575EDC

Text Example


Text Example

White with #575EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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